Html Css Color HEX #D2238A Deep Cerise

📋 copy color: '#D2238A'

red 210 ◦ green 35 ◦ blue 138

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

Shades of Deep Cerise #D2238A

Tints of Deep Cerise #D2238A

RGB

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

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

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

R = 54.83%
G = 9.14%
B = 36.03%

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

#D2238A (or 0xD2238A) is known color: Deep Cerise. HEX triplet: D2, 23 and 8A. RGB value is (210,35,138). Sum of RGB (Red+Green+Blue) = 210+35+138=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2238A is #2DDC75. Grayscale: #626262. Windows color (decimal): -3005558 or 9053138. OLE color: 9053138.

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

Color convert

RGB 210 35 138 -
CMYK 0 0.83 0.34 0.18
HSL 324.69º 0.71% 0.48% -
HSV(B) 324.69º 0.83% 0.82% -
XYZ 31.77 16.74 25.6 -
YUV 99.07 149.98 207.12 -
System Red Green Blue C M Y K H S L
Decimal 210 35 138 0 0.83 0.34 0.18 324.69 0.71 0.48
Hex D2 23 8A 0 53 22 12 145 47 30
Octal 322 43 212 0 123 42 22 505 107 60
Binary 11010010 100011 10001010 0 1010011 100010 10010 101000101 1000111 110000

Color Harmonies of #D2238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2238A

Black with #D2238A

Text Example


Text Example

White with #D2238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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