Html Css Color HEX #D2258F Deep Cerise

📋 copy color: '#D2258F'

red 210 ◦ green 37 ◦ blue 143

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

Shades of Deep Cerise #D2258F

Tints of Deep Cerise #D2258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 53.85%
G = 9.49%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2258F (or 0xD2258F) is known color: Deep Cerise. HEX triplet: D2, 25 and 8F. RGB value is (210,37,143). Sum of RGB (Red+Green+Blue) = 210+37+143=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D2258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2258F is #2DDA70. Grayscale: #646464. Windows color (decimal): -3005041 or 9381330. OLE color: 9381330.

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

Color convert

RGB 210 37 143 -
CMYK 0 0.82 0.32 0.18
HSL 323.24º 0.7% 0.48% -
HSV(B) 323.24º 0.82% 0.82% -
XYZ 32.2 17.01 27.57 -
YUV 100.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 210 37 143 0 0.82 0.32 0.18 323.24 0.7 0.48
Hex D2 25 8F 0 52 20 12 143 46 30
Octal 322 45 217 0 122 40 22 503 106 60
Binary 11010010 100101 10001111 0 1010010 100000 10010 101000011 1000110 110000

Color Harmonies of #D2258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2258F

Black with #D2258F

Text Example


Text Example

White with #D2258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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