Html Css Color HEX #D2307D Deep Cerise

📋 copy color: '#D2307D'

red 210 ◦ green 48 ◦ blue 125

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

Shades of Deep Cerise #D2307D

Tints of Deep Cerise #D2307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.53%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 54.83%
G = 12.53%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2307D (or 0xD2307D) is known color: Deep Cerise. HEX triplet: D2, 30 and 7D. RGB value is (210,48,125). Sum of RGB (Red+Green+Blue) = 210+48+125=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2307D is #2DCF82. Grayscale: #696969. Windows color (decimal): -3002243 or 8204498. OLE color: 8204498.

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

Color convert

RGB 210 48 125 -
CMYK 0 0.77 0.40 0.18
HSL 331.48º 0.64% 0.51% -
HSV(B) 331.48º 0.77% 0.82% -
XYZ 31.34 17.3 21.09 -
YUV 105.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 210 48 125 0 0.77 0.40 0.18 331.48 0.64 0.51
Hex D2 30 7D 0 4D 28 12 14B 40 33
Octal 322 60 175 0 115 50 22 513 100 63
Binary 11010010 110000 1111101 0 1001101 101000 10010 101001011 1000000 110011

Color Harmonies of #D2307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2307D

Black with #D2307D

Text Example


Text Example

White with #D2307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2307D; }

 p { color: rgb(210,48,125); }

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

background-color css

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

 a { background-color: rgb(210,48,125); }

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

border-color css

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

 span { border-color: rgb(210,48,125); }

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