Html Css Color HEX #D1275F Cerise

📋 copy color: '#D1275F'

red 209 ◦ green 39 ◦ blue 95

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

Shades of Cerise #D1275F

Tints of Cerise #D1275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 60.93%
G = 11.37%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1275F (or 0xD1275F) is known color: Cerise. HEX triplet: D1, 27 and 5F. RGB value is (209,39,95). Sum of RGB (Red+Green+Blue) = 209+39+95=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1275F is #2ED8A0. Grayscale: #606060. Windows color (decimal): -3070113 or 6236113. OLE color: 6236113.

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

Color convert

RGB 209 39 95 -
CMYK 0 0.81 0.55 0.18
HSL 340.24º 0.69% 0.49% -
HSV(B) 340.24º 0.81% 0.82% -
XYZ 29.09 15.83 12.35 -
YUV 96.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 209 39 95 0 0.81 0.55 0.18 340.24 0.69 0.49
Hex D1 27 5F 0 51 37 12 154 45 31
Octal 321 47 137 0 121 67 22 524 105 61
Binary 11010001 100111 1011111 0 1010001 110111 10010 101010100 1000101 110001

Color Harmonies of #D1275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1275F

Black with #D1275F

Text Example


Text Example

White with #D1275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1275F; }

 p { color: rgb(209,39,95); }

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

background-color css

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

 a { background-color: rgb(209,39,95); }

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

border-color css

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

 span { border-color: rgb(209,39,95); }

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