Html Css Color HEX #D2258A Deep Cerise

📋 copy color: '#D2258A'

red 210 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #D2258A

Tints of Deep Cerise #D2258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 54.55%
G = 9.61%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2258A (or 0xD2258A) is known color: Deep Cerise. HEX triplet: D2, 25 and 8A. RGB value is (210,37,138). Sum of RGB (Red+Green+Blue) = 210+37+138=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2258A is #2DDA75. Grayscale: #646464. Windows color (decimal): -3005046 or 9053650. OLE color: 9053650.

HSL color Cylindrical-coordinate representation of color #D2258A: hue angle of 324.97º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2258A is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 138 -
CMYK 0 0.82 0.34 0.18
HSL 324.97º 0.7% 0.48% -
HSV(B) 324.97º 0.82% 0.82% -
XYZ 31.83 16.86 25.62 -
YUV 100.24 149.31 206.29 -
System Red Green Blue C M Y K H S L
Decimal 210 37 138 0 0.82 0.34 0.18 324.97 0.7 0.48
Hex D2 25 8A 0 52 22 12 145 46 30
Octal 322 45 212 0 122 42 22 505 106 60
Binary 11010010 100101 10001010 0 1010010 100010 10010 101000101 1000110 110000

Color Harmonies of #D2258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2258A

Black with #D2258A

Text Example


Text Example

White with #D2258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2258A; }

 p { color: rgb(210,37,138); }

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

background-color css

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

 a { background-color: rgb(210,37,138); }

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

border-color css

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

 span { border-color: rgb(210,37,138); }

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