Html Css Color HEX #D2258D Deep Cerise

📋 copy color: '#D2258D'

red 210 ◦ green 37 ◦ blue 141

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

Shades of Deep Cerise #D2258D

Tints of Deep Cerise #D2258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 54.12%
G = 9.54%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2258D (or 0xD2258D) is known color: Deep Cerise. HEX triplet: D2, 25 and 8D. RGB value is (210,37,141). Sum of RGB (Red+Green+Blue) = 210+37+141=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2258D is #2DDA72. Grayscale: #646464. Windows color (decimal): -3005043 or 9250258. OLE color: 9250258.

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

Color convert

RGB 210 37 141 -
CMYK 0 0.82 0.33 0.18
HSL 323.93º 0.7% 0.48% -
HSV(B) 323.93º 0.82% 0.82% -
XYZ 32.05 16.95 26.78 -
YUV 100.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 210 37 141 0 0.82 0.33 0.18 323.93 0.7 0.48
Hex D2 25 8D 0 52 21 12 144 46 30
Octal 322 45 215 0 122 41 22 504 106 60
Binary 11010010 100101 10001101 0 1010010 100001 10010 101000100 1000110 110000

Color Harmonies of #D2258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2258D

Black with #D2258D

Text Example


Text Example

White with #D2258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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