Html Css Color HEX #D1266A Cerise

📋 copy color: '#D1266A'

red 209 ◦ green 38 ◦ blue 106

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

Shades of Cerise #D1266A

Tints of Cerise #D1266A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 59.21%
G = 10.76%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1266A (or 0xD1266A) is known color: Cerise. HEX triplet: D1, 26 and 6A. RGB value is (209,38,106). Sum of RGB (Red+Green+Blue) = 209+38+106=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1266A is #2ED995. Grayscale: #606060. Windows color (decimal): -3070358 or 6956753. OLE color: 6956753.

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

Color convert

RGB 209 38 106 -
CMYK 0 0.82 0.49 0.18
HSL 336.14º 0.69% 0.48% -
HSV(B) 336.14º 0.82% 0.82% -
XYZ 29.59 15.98 15.16 -
YUV 96.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 209 38 106 0 0.82 0.49 0.18 336.14 0.69 0.48
Hex D1 26 6A 0 52 31 12 150 45 30
Octal 321 46 152 0 122 61 22 520 105 60
Binary 11010001 100110 1101010 0 1010010 110001 10010 101010000 1000101 110000

Color Harmonies of #D1266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1266A

Black with #D1266A

Text Example


Text Example

White with #D1266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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