Html Css Color HEX #D2259D Deep Cerise

📋 copy color: '#D2259D'

red 210 ◦ green 37 ◦ blue 157

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

Shades of Deep Cerise #D2259D

Tints of Deep Cerise #D2259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 51.98%
G = 9.16%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2259D (or 0xD2259D) is known color: Deep Cerise. HEX triplet: D2, 25 and 9D. RGB value is (210,37,157). Sum of RGB (Red+Green+Blue) = 210+37+157=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2259D is #2DDA62. Grayscale: #666666. Windows color (decimal): -3005027 or 10298834. OLE color: 10298834.

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

Color convert

RGB 210 37 157 -
CMYK 0 0.82 0.25 0.18
HSL 318.38º 0.7% 0.48% -
HSV(B) 318.38º 0.82% 0.82% -
XYZ 33.33 17.46 33.51 -
YUV 102.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 210 37 157 0 0.82 0.25 0.18 318.38 0.7 0.48
Hex D2 25 9D 0 52 19 12 13E 46 30
Octal 322 45 235 0 122 31 22 476 106 60
Binary 11010010 100101 10011101 0 1010010 11001 10010 100111110 1000110 110000

Color Harmonies of #D2259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2259D

Black with #D2259D

Text Example


Text Example

White with #D2259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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