Html Css Color HEX #D2307A Deep Cerise

📋 copy color: '#D2307A'

red 210 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #D2307A

Tints of Deep Cerise #D2307A

RGB

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

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

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

R = 55.26%
G = 12.63%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2307A (or 0xD2307A) is known color: Deep Cerise. HEX triplet: D2, 30 and 7A. RGB value is (210,48,122). Sum of RGB (Red+Green+Blue) = 210+48+122=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D2307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2307A is #2DCF85. Grayscale: #686868. Windows color (decimal): -3002246 or 8007890. OLE color: 8007890.

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

Color convert

RGB 210 48 122 -
CMYK 0 0.77 0.42 0.18
HSL 332.59º 0.64% 0.51% -
HSV(B) 332.59º 0.77% 0.82% -
XYZ 31.15 17.22 20.09 -
YUV 104.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 210 48 122 0 0.77 0.42 0.18 332.59 0.64 0.51
Hex D2 30 7A 0 4D 2A 12 14D 40 33
Octal 322 60 172 0 115 52 22 515 100 63
Binary 11010010 110000 1111010 0 1001101 101010 10010 101001101 1000000 110011

Color Harmonies of #D2307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2307A

Black with #D2307A

Text Example


Text Example

White with #D2307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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