Html Css Color HEX #D2328E Deep Cerise

📋 copy color: '#D2328E'

red 210 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #D2328E

Tints of Deep Cerise #D2328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 52.24%
G = 12.44%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2328E (or 0xD2328E) is known color: Deep Cerise. HEX triplet: D2, 32 and 8E. RGB value is (210,50,142). Sum of RGB (Red+Green+Blue) = 210+50+142=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2328E is #2DCD71. Grayscale: #6C6C6C. Windows color (decimal): -3001714 or 9319122. OLE color: 9319122.

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

Color convert

RGB 210 50 142 -
CMYK 0 0.76 0.32 0.18
HSL 325.5º 0.64% 0.51% -
HSV(B) 325.5º 0.76% 0.82% -
XYZ 32.6 17.94 27.33 -
YUV 108.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 210 50 142 0 0.76 0.32 0.18 325.5 0.64 0.51
Hex D2 32 8E 0 4C 20 12 146 40 33
Octal 322 62 216 0 114 40 22 506 100 63
Binary 11010010 110010 10001110 0 1001100 100000 10010 101000110 1000000 110011

Color Harmonies of #D2328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2328E

Black with #D2328E

Text Example


Text Example

White with #D2328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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