Html Css Color HEX #D1296C Cerise

📋 copy color: '#D1296C'

red 209 ◦ green 41 ◦ blue 108

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

Shades of Cerise #D1296C

Tints of Cerise #D1296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 58.38%
G = 11.45%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1296C (or 0xD1296C) is known color: Cerise. HEX triplet: D1, 29 and 6C. RGB value is (209,41,108). Sum of RGB (Red+Green+Blue) = 209+41+108=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1296C is #2ED693. Grayscale: #626262. Windows color (decimal): -3069588 or 7088593. OLE color: 7088593.

HSL color Cylindrical-coordinate representation of color #D1296C: hue angle of 336.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1296C is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 108 -
CMYK 0 0.80 0.48 0.18
HSL 336.07º 0.67% 0.49% -
HSV(B) 336.07º 0.8% 0.82% -
XYZ 29.79 16.22 15.75 -
YUV 98.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 209 41 108 0 0.80 0.48 0.18 336.07 0.67 0.49
Hex D1 29 6C 0 50 30 12 150 43 31
Octal 321 51 154 0 120 60 22 520 103 61
Binary 11010001 101001 1101100 0 1010000 110000 10010 101010000 1000011 110001

Color Harmonies of #D1296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1296C

Black with #D1296C

Text Example


Text Example

White with #D1296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1296C; }

 p { color: rgb(209,41,108); }

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

background-color css

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

 a { background-color: rgb(209,41,108); }

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

border-color css

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

 span { border-color: rgb(209,41,108); }

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