Html Css Color HEX #D1265B Cerise

📋 copy color: '#D1265B'

red 209 ◦ green 38 ◦ blue 91

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

Shades of Cerise #D1265B

Tints of Cerise #D1265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 61.83%
G = 11.24%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1265B (or 0xD1265B) is known color: Cerise. HEX triplet: D1, 26 and 5B. RGB value is (209,38,91). Sum of RGB (Red+Green+Blue) = 209+38+91=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1265B is #2ED9A4. Grayscale: #5F5F5F. Windows color (decimal): -3070373 or 5973713. OLE color: 5973713.

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

Color convert

RGB 209 38 91 -
CMYK 0 0.82 0.56 0.18
HSL 341.4º 0.69% 0.48% -
HSV(B) 341.4º 0.82% 0.82% -
XYZ 28.88 15.7 11.41 -
YUV 95.17 125.65 209.19 -
System Red Green Blue C M Y K H S L
Decimal 209 38 91 0 0.82 0.56 0.18 341.4 0.69 0.48
Hex D1 26 5B 0 52 38 12 155 45 30
Octal 321 46 133 0 122 70 22 525 105 60
Binary 11010001 100110 1011011 0 1010010 111000 10010 101010101 1000101 110000

Color Harmonies of #D1265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1265B

Black with #D1265B

Text Example


Text Example

White with #D1265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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