Html Css Color HEX #D6266C Cerise

📋 copy color: '#D6266C'

red 214 ◦ green 38 ◦ blue 108

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

Shades of Cerise #D6266C

Tints of Cerise #D6266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 59.44%
G = 10.56%
B = 30%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6266C (or 0xD6266C) is known color: Cerise. HEX triplet: D6, 26 and 6C. RGB value is (214,38,108). Sum of RGB (Red+Green+Blue) = 214+38+108=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6266C is #29D993. Grayscale: #626262. Windows color (decimal): -2742676 or 7087830. OLE color: 7087830.

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

Color convert

RGB 214 38 108 -
CMYK 0 0.82 0.50 0.16
HSL 336.14º 0.7% 0.49% -
HSV(B) 336.14º 0.82% 0.84% -
XYZ 31.13 16.77 15.78 -
YUV 98.6 133.31 210.31 -
System Red Green Blue C M Y K H S L
Decimal 214 38 108 0 0.82 0.50 0.16 336.14 0.7 0.49
Hex D6 26 6C 0 52 32 10 150 46 31
Octal 326 46 154 0 122 62 20 520 106 61
Binary 11010110 100110 1101100 0 1010010 110010 10000 101010000 1000110 110001

Color Harmonies of #D6266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6266C

Black with #D6266C

Text Example


Text Example

White with #D6266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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