Html Css Color HEX #D1275C Cerise

📋 copy color: '#D1275C'

red 209 ◦ green 39 ◦ blue 92

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

Shades of Cerise #D1275C

Tints of Cerise #D1275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 61.47%
G = 11.47%
B = 27.06%

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

#D1275C (or 0xD1275C) is known color: Cerise. HEX triplet: D1, 27 and 5C. RGB value is (209,39,92). Sum of RGB (Red+Green+Blue) = 209+39+92=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1275C is #2ED8A3. Grayscale: #5F5F5F. Windows color (decimal): -3070116 or 6039505. OLE color: 6039505.

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

Color convert

RGB 209 39 92 -
CMYK 0 0.81 0.56 0.18
HSL 341.29º 0.69% 0.49% -
HSV(B) 341.29º 0.81% 0.82% -
XYZ 28.95 15.78 11.64 -
YUV 95.87 125.82 208.69 -
System Red Green Blue C M Y K H S L
Decimal 209 39 92 0 0.81 0.56 0.18 341.29 0.69 0.49
Hex D1 27 5C 0 51 38 12 155 45 31
Octal 321 47 134 0 121 70 22 525 105 61
Binary 11010001 100111 1011100 0 1010001 111000 10010 101010101 1000101 110001

Color Harmonies of #D1275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1275C

Black with #D1275C

Text Example


Text Example

White with #D1275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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