Html Css Color HEX #D6266B Cerise

📋 copy color: '#D6266B'

red 214 ◦ green 38 ◦ blue 107

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

Shades of Cerise #D6266B

Tints of Cerise #D6266B

RGB

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

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

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

R = 59.61%
G = 10.58%
B = 29.81%

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

#D6266B (or 0xD6266B) is known color: Cerise. HEX triplet: D6, 26 and 6B. RGB value is (214,38,107). Sum of RGB (Red+Green+Blue) = 214+38+107=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6266B is #29D994. Grayscale: #626262. Windows color (decimal): -2742677 or 7022294. OLE color: 7022294.

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

Color convert

RGB 214 38 107 -
CMYK 0 0.82 0.50 0.16
HSL 336.48º 0.7% 0.49% -
HSV(B) 336.48º 0.82% 0.84% -
XYZ 31.08 16.74 15.5 -
YUV 98.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 214 38 107 0 0.82 0.50 0.16 336.48 0.7 0.49
Hex D6 26 6B 0 52 32 10 150 46 31
Octal 326 46 153 0 122 62 20 520 106 61
Binary 11010110 100110 1101011 0 1010010 110010 10000 101010000 1000110 110001

Color Harmonies of #D6266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6266B

Black with #D6266B

Text Example


Text Example

White with #D6266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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