Html Css Color HEX #D6236F Cerise

📋 copy color: '#D6236F'

red 214 ◦ green 35 ◦ blue 111

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

Shades of Cerise #D6236F

Tints of Cerise #D6236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 59.44%
G = 9.72%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6236F (or 0xD6236F) is known color: Cerise. HEX triplet: D6, 23 and 6F. RGB value is (214,35,111). Sum of RGB (Red+Green+Blue) = 214+35+111=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6236F is #29DC90. Grayscale: #616161. Windows color (decimal): -2743441 or 7283670. OLE color: 7283670.

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

Color convert

RGB 214 35 111 -
CMYK 0 0.84 0.48 0.16
HSL 334.53º 0.72% 0.49% -
HSV(B) 334.53º 0.84% 0.84% -
XYZ 31.2 16.65 16.61 -
YUV 97.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 214 35 111 0 0.84 0.48 0.16 334.53 0.72 0.49
Hex D6 23 6F 0 54 30 10 14F 48 31
Octal 326 43 157 0 124 60 20 517 110 61
Binary 11010110 100011 1101111 0 1010100 110000 10000 101001111 1001000 110001

Color Harmonies of #D6236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6236F

Black with #D6236F

Text Example


Text Example

White with #D6236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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