Html Css Color HEX #D6236A Cerise

📋 copy color: '#D6236A'

red 214 ◦ green 35 ◦ blue 106

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

Shades of Cerise #D6236A

Tints of Cerise #D6236A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 60.28%
G = 9.86%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6236A (or 0xD6236A) is known color: Cerise. HEX triplet: D6, 23 and 6A. RGB value is (214,35,106). Sum of RGB (Red+Green+Blue) = 214+35+106=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6236A is #29DC95. Grayscale: #606060. Windows color (decimal): -2743446 or 6955990. OLE color: 6955990.

HSL color Cylindrical-coordinate representation of color #D6236A: hue angle of 336.2º 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 #D6236A is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 106 -
CMYK 0 0.84 0.50 0.16
HSL 336.2º 0.72% 0.49% -
HSV(B) 336.2º 0.84% 0.84% -
XYZ 30.93 16.54 15.2 -
YUV 96.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 214 35 106 0 0.84 0.50 0.16 336.2 0.72 0.49
Hex D6 23 6A 0 54 32 10 150 48 31
Octal 326 43 152 0 124 62 20 520 110 61
Binary 11010110 100011 1101010 0 1010100 110010 10000 101010000 1001000 110001

Color Harmonies of #D6236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6236A

Black with #D6236A

Text Example


Text Example

White with #D6236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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