Html Css Color HEX #D2327F Deep Cerise

📋 copy color: '#D2327F'

red 210 ◦ green 50 ◦ blue 127

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

Shades of Deep Cerise #D2327F

Tints of Deep Cerise #D2327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 54.26%
G = 12.92%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2327F (or 0xD2327F) is known color: Deep Cerise. HEX triplet: D2, 32 and 7F. RGB value is (210,50,127). Sum of RGB (Red+Green+Blue) = 210+50+127=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2327F is #2DCD80. Grayscale: #6A6A6A. Windows color (decimal): -3001729 or 8336082. OLE color: 8336082.

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

Color convert

RGB 210 50 127 -
CMYK 0 0.76 0.40 0.18
HSL 331.13º 0.64% 0.51% -
HSV(B) 331.13º 0.76% 0.82% -
XYZ 31.55 17.52 21.8 -
YUV 106.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 210 50 127 0 0.76 0.40 0.18 331.13 0.64 0.51
Hex D2 32 7F 0 4C 28 12 14B 40 33
Octal 322 62 177 0 114 50 22 513 100 63
Binary 11010010 110010 1111111 0 1001100 101000 10010 101001011 1000000 110011

Color Harmonies of #D2327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2327F

Black with #D2327F

Text Example


Text Example

White with #D2327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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