Html Css Color HEX #D2238B Deep Cerise

📋 copy color: '#D2238B'

red 210 ◦ green 35 ◦ blue 139

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

Shades of Deep Cerise #D2238B

Tints of Deep Cerise #D2238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.11%

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 54.69%
G = 9.11%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2238B (or 0xD2238B) is known color: Deep Cerise. HEX triplet: D2, 23 and 8B. RGB value is (210,35,139). Sum of RGB (Red+Green+Blue) = 210+35+139=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2238B is #2DDC74. Grayscale: #626262. Windows color (decimal): -3005557 or 9118674. OLE color: 9118674.

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

Color convert

RGB 210 35 139 -
CMYK 0 0.83 0.34 0.18
HSL 324.34º 0.71% 0.48% -
HSV(B) 324.34º 0.83% 0.82% -
XYZ 31.84 16.77 25.98 -
YUV 99.18 150.48 207.04 -
System Red Green Blue C M Y K H S L
Decimal 210 35 139 0 0.83 0.34 0.18 324.34 0.71 0.48
Hex D2 23 8B 0 53 22 12 144 47 30
Octal 322 43 213 0 123 42 22 504 107 60
Binary 11010010 100011 10001011 0 1010011 100010 10010 101000100 1000111 110000

Color Harmonies of #D2238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2238B

Black with #D2238B

Text Example


Text Example

White with #D2238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2238B; }

 p { color: rgb(210,35,139); }

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

background-color css

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

 a { background-color: rgb(210,35,139); }

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

border-color css

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

 span { border-color: rgb(210,35,139); }

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