Html Css Color HEX #D6236B Cerise

📋 copy color: '#D6236B'

red 214 ◦ green 35 ◦ blue 107

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

Shades of Cerise #D6236B

Tints of Cerise #D6236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 60.11%
G = 9.83%
B = 30.06%

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

#D6236B (or 0xD6236B) is known color: Cerise. HEX triplet: D6, 23 and 6B. RGB value is (214,35,107). Sum of RGB (Red+Green+Blue) = 214+35+107=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6236B is #29DC94. Grayscale: #606060. Windows color (decimal): -2743445 or 7021526. OLE color: 7021526.

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

Color convert

RGB 214 35 107 -
CMYK 0 0.84 0.50 0.16
HSL 335.87º 0.72% 0.49% -
HSV(B) 335.87º 0.84% 0.84% -
XYZ 30.99 16.56 15.47 -
YUV 96.73 133.8 211.65 -
System Red Green Blue C M Y K H S L
Decimal 214 35 107 0 0.84 0.50 0.16 335.87 0.72 0.49
Hex D6 23 6B 0 54 32 10 150 48 31
Octal 326 43 153 0 124 62 20 520 110 61
Binary 11010110 100011 1101011 0 1010100 110010 10000 101010000 1001000 110001

Color Harmonies of #D6236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6236B

Black with #D6236B

Text Example


Text Example

White with #D6236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6236B; }

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

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

background-color css

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

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

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

border-color css

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

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

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