Html Css Color HEX #D1266D Cerise

📋 copy color: '#D1266D'

red 209 ◦ green 38 ◦ blue 109

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

Shades of Cerise #D1266D

Tints of Cerise #D1266D

RGB

 RED value IS 209 (82.03% from 255) = 58.71%

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 58.71%
G = 10.67%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1266D (or 0xD1266D) is known color: Cerise. HEX triplet: D1, 26 and 6D. RGB value is (209,38,109). Sum of RGB (Red+Green+Blue) = 209+38+109=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1266D is #2ED992. Grayscale: #616161. Windows color (decimal): -3070355 or 7153361. OLE color: 7153361.

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

Color convert

RGB 209 38 109 -
CMYK 0 0.82 0.48 0.18
HSL 335.09º 0.69% 0.48% -
HSV(B) 335.09º 0.82% 0.82% -
XYZ 29.75 16.05 16 -
YUV 97.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 209 38 109 0 0.82 0.48 0.18 335.09 0.69 0.48
Hex D1 26 6D 0 52 30 12 14F 45 30
Octal 321 46 155 0 122 60 22 517 105 60
Binary 11010001 100110 1101101 0 1010010 110000 10010 101001111 1000101 110000

Color Harmonies of #D1266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1266D

Black with #D1266D

Text Example


Text Example

White with #D1266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1266D; }

 p { color: rgb(209,38,109); }

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

background-color css

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

 a { background-color: rgb(209,38,109); }

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

border-color css

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

 span { border-color: rgb(209,38,109); }

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