Html Css Color HEX #D1275D Cerise

📋 copy color: '#D1275D'

red 209 ◦ green 39 ◦ blue 93

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

Shades of Cerise #D1275D

Tints of Cerise #D1275D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 61.29%
G = 11.44%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1275D (or 0xD1275D) is known color: Cerise. HEX triplet: D1, 27 and 5D. RGB value is (209,39,93). Sum of RGB (Red+Green+Blue) = 209+39+93=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1275D is #2ED8A2. Grayscale: #5F5F5F. Windows color (decimal): -3070115 or 6105041. OLE color: 6105041.

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

Color convert

RGB 209 39 93 -
CMYK 0 0.81 0.56 0.18
HSL 340.94º 0.69% 0.49% -
HSV(B) 340.94º 0.81% 0.82% -
XYZ 29 15.8 11.88 -
YUV 95.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 209 39 93 0 0.81 0.56 0.18 340.94 0.69 0.49
Hex D1 27 5D 0 51 38 12 155 45 31
Octal 321 47 135 0 121 70 22 525 105 61
Binary 11010001 100111 1011101 0 1010001 111000 10010 101010101 1000101 110001

Color Harmonies of #D1275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1275D

Black with #D1275D

Text Example


Text Example

White with #D1275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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