Html Css Color HEX #D2328B Deep Cerise

📋 copy color: '#D2328B'

red 210 ◦ green 50 ◦ blue 139

#D2328B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D2328B

Tints of Deep Cerise #D2328B

RGB

 RED value IS 210 (82.42% from 255) = 52.63%

 GREEN value IS 50 (19.92% from 255) = 12.53%

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 52.63%
G = 12.53%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2328B (or 0xD2328B) is known color: Deep Cerise. HEX triplet: D2, 32 and 8B. RGB value is (210,50,139). Sum of RGB (Red+Green+Blue) = 210+50+139=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2328B is #2DCD74. Grayscale: #6B6B6B. Windows color (decimal): -3001717 or 9122514. OLE color: 9122514.

HSL color Cylindrical-coordinate representation of color #D2328B: hue angle of 326.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2328B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 50 139 -
CMYK 0 0.76 0.34 0.18
HSL 326.63º 0.64% 0.51% -
HSV(B) 326.63º 0.76% 0.82% -
XYZ 32.38 17.85 26.16 -
YUV 107.99 145.51 200.76 -
System Red Green Blue C M Y K H S L
Decimal 210 50 139 0 0.76 0.34 0.18 326.63 0.64 0.51
Hex D2 32 8B 0 4C 22 12 147 40 33
Octal 322 62 213 0 114 42 22 507 100 63
Binary 11010010 110010 10001011 0 1001100 100010 10010 101000111 1000000 110011

Color Harmonies of #D2328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2328B

Black with #D2328B

Text Example


Text Example

White with #D2328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2328B; }

 p { color: rgb(210,50,139); }

 H1.HeaderClassName
 {
   color: #D2328B;
 }
 .AnyTagClassName
 {
   color: #D2328B;
 }
</style>

background-color css

<style>
 a { background-color: #D2328B; }

 a { background-color: rgb(210,50,139); }

 div.DivClassName
 {
   background-color: #D2328B;
 }
 .BgClassName
 {
   background-color: #D2328B;
 }
</style>

border-color css

<style>
 span { border-color: #D2328B; }

 span { border-color: rgb(210,50,139); }

 td.TdClassName
 {
   border-color: #D2328B;
 }
 .TagClassName
 {
   border-color: #D2328B;
 }
</style>