Html Css Color HEX #D1266F Cerise

📋 copy color: '#D1266F'

red 209 ◦ green 38 ◦ blue 111

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

Shades of Cerise #D1266F

Tints of Cerise #D1266F

RGB

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

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

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

R = 58.38%
G = 10.61%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1266F (or 0xD1266F) is known color: Cerise. HEX triplet: D1, 26 and 6F. RGB value is (209,38,111). Sum of RGB (Red+Green+Blue) = 209+38+111=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1266F is #2ED990. Grayscale: #616161. Windows color (decimal): -3070353 or 7284433. OLE color: 7284433.

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

Color convert

RGB 209 38 111 -
CMYK 0 0.82 0.47 0.18
HSL 334.39º 0.69% 0.48% -
HSV(B) 334.39º 0.82% 0.82% -
XYZ 29.86 16.09 16.57 -
YUV 97.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 209 38 111 0 0.82 0.47 0.18 334.39 0.69 0.48
Hex D1 26 6F 0 52 2F 12 14E 45 30
Octal 321 46 157 0 122 57 22 516 105 60
Binary 11010001 100110 1101111 0 1010010 101111 10010 101001110 1000101 110000

Color Harmonies of #D1266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1266F

Black with #D1266F

Text Example


Text Example

White with #D1266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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