Html Css Color HEX #D6237A Deep Cerise

📋 copy color: '#D6237A'

red 214 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #D6237A

Tints of Deep Cerise #D6237A

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 57.68%
G = 9.43%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6237A (or 0xD6237A) is known color: Deep Cerise. HEX triplet: D6, 23 and 7A. RGB value is (214,35,122). Sum of RGB (Red+Green+Blue) = 214+35+122=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6237A is #29DC85. Grayscale: #626262. Windows color (decimal): -2743430 or 8004566. OLE color: 8004566.

HSL color Cylindrical-coordinate representation of color #D6237A: hue angle of 330.84º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6237A is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 122 -
CMYK 0 0.84 0.43 0.16
HSL 330.84º 0.72% 0.49% -
HSV(B) 330.84º 0.84% 0.84% -
XYZ 31.85 16.9 20 -
YUV 98.44 141.3 210.43 -
System Red Green Blue C M Y K H S L
Decimal 214 35 122 0 0.84 0.43 0.16 330.84 0.72 0.49
Hex D6 23 7A 0 54 2B 10 14B 48 31
Octal 326 43 172 0 124 53 20 513 110 61
Binary 11010110 100011 1111010 0 1010100 101011 10000 101001011 1001000 110001

Color Harmonies of #D6237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6237A

Black with #D6237A

Text Example


Text Example

White with #D6237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6237A; }

 p { color: rgb(214,35,122); }

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

background-color css

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

 a { background-color: rgb(214,35,122); }

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

border-color css

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

 span { border-color: rgb(214,35,122); }

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