Html Css Color HEX #D2327A Deep Cerise

📋 copy color: '#D2327A'

red 210 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #D2327A

Tints of Deep Cerise #D2327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 54.97%
G = 13.09%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2327A (or 0xD2327A) is known color: Deep Cerise. HEX triplet: D2, 32 and 7A. RGB value is (210,50,122). Sum of RGB (Red+Green+Blue) = 210+50+122=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2327A is #2DCD85. Grayscale: #696969. Windows color (decimal): -3001734 or 8008402. OLE color: 8008402.

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

Color convert

RGB 210 50 122 -
CMYK 0 0.76 0.42 0.18
HSL 333º 0.64% 0.51% -
HSV(B) 333º 0.76% 0.82% -
XYZ 31.23 17.39 20.12 -
YUV 106.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 210 50 122 0 0.76 0.42 0.18 333 0.64 0.51
Hex D2 32 7A 0 4C 2A 12 14D 40 33
Octal 322 62 172 0 114 52 22 515 100 63
Binary 11010010 110010 1111010 0 1001100 101010 10010 101001101 1000000 110011

Color Harmonies of #D2327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2327A

Black with #D2327A

Text Example


Text Example

White with #D2327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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