Html Css Color HEX #D2328C Deep Cerise

📋 copy color: '#D2328C'

red 210 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #D2328C

Tints of Deep Cerise #D2328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 52.5%
G = 12.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2328C (or 0xD2328C) is known color: Deep Cerise. HEX triplet: D2, 32 and 8C. RGB value is (210,50,140). Sum of RGB (Red+Green+Blue) = 210+50+140=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2328C is #2DCD73. Grayscale: #6B6B6B. Windows color (decimal): -3001716 or 9188050. OLE color: 9188050.

HSL color Cylindrical-coordinate representation of color #D2328C: hue angle of 326.25º 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 #D2328C is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 50 140 -
CMYK 0 0.76 0.33 0.18
HSL 326.25º 0.64% 0.51% -
HSV(B) 326.25º 0.76% 0.82% -
XYZ 32.45 17.88 26.55 -
YUV 108.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 210 50 140 0 0.76 0.33 0.18 326.25 0.64 0.51
Hex D2 32 8C 0 4C 21 12 146 40 33
Octal 322 62 214 0 114 41 22 506 100 63
Binary 11010010 110010 10001100 0 1001100 100001 10010 101000110 1000000 110011

Color Harmonies of #D2328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2328C

Black with #D2328C

Text Example


Text Example

White with #D2328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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