Html Css Color HEX #D6266F Cerise

📋 copy color: '#D6266F'

red 214 ◦ green 38 ◦ blue 111

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

Shades of Cerise #D6266F

Tints of Cerise #D6266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.47%

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

R = 58.95%
G = 10.47%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6266F (or 0xD6266F) is known color: Cerise. HEX triplet: D6, 26 and 6F. RGB value is (214,38,111). Sum of RGB (Red+Green+Blue) = 214+38+111=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6266F is #29D990. Grayscale: #626262. Windows color (decimal): -2742673 or 7284438. OLE color: 7284438.

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

Color convert

RGB 214 38 111 -
CMYK 0 0.82 0.48 0.16
HSL 335.11º 0.7% 0.49% -
HSV(B) 335.11º 0.82% 0.84% -
XYZ 31.29 16.83 16.64 -
YUV 98.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 214 38 111 0 0.82 0.48 0.16 335.11 0.7 0.49
Hex D6 26 6F 0 52 30 10 14F 46 31
Octal 326 46 157 0 122 60 20 517 106 61
Binary 11010110 100110 1101111 0 1010010 110000 10000 101001111 1000110 110001

Color Harmonies of #D6266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6266F

Black with #D6266F

Text Example


Text Example

White with #D6266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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