Html Css Color HEX #D1276A Cerise

📋 copy color: '#D1276A'

red 209 ◦ green 39 ◦ blue 106

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

Shades of Cerise #D1276A

Tints of Cerise #D1276A

RGB

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

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

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

R = 59.04%
G = 11.02%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1276A (or 0xD1276A) is known color: Cerise. HEX triplet: D1, 27 and 6A. RGB value is (209,39,106). Sum of RGB (Red+Green+Blue) = 209+39+106=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1276A is #2ED895. Grayscale: #616161. Windows color (decimal): -3070102 or 6957009. OLE color: 6957009.

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

Color convert

RGB 209 39 106 -
CMYK 0 0.81 0.49 0.18
HSL 336.35º 0.69% 0.49% -
HSV(B) 336.35º 0.81% 0.82% -
XYZ 29.62 16.05 15.17 -
YUV 97.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 209 39 106 0 0.81 0.49 0.18 336.35 0.69 0.49
Hex D1 27 6A 0 51 31 12 150 45 31
Octal 321 47 152 0 121 61 22 520 105 61
Binary 11010001 100111 1101010 0 1010001 110001 10010 101010000 1000101 110001

Color Harmonies of #D1276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1276A

Black with #D1276A

Text Example


Text Example

White with #D1276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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