Html Css Color HEX #D1216B Cerise

📋 copy color: '#D1216B'

red 209 ◦ green 33 ◦ blue 107

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

Shades of Cerise #D1216B

Tints of Cerise #D1216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.46%

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 59.89%
G = 9.46%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1216B (or 0xD1216B) is known color: Cerise. HEX triplet: D1, 21 and 6B. RGB value is (209,33,107). Sum of RGB (Red+Green+Blue) = 209+33+107=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D1216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1216B is #2EDE94. Grayscale: #5D5D5D. Windows color (decimal): -3071637 or 7021009. OLE color: 7021009.

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

Color convert

RGB 209 33 107 -
CMYK 0 0.84 0.49 0.18
HSL 334.77º 0.73% 0.47% -
HSV(B) 334.77º 0.84% 0.82% -
XYZ 29.49 15.7 15.39 -
YUV 94.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 209 33 107 0 0.84 0.49 0.18 334.77 0.73 0.47
Hex D1 21 6B 0 54 31 12 14F 49 2F
Octal 321 41 153 0 124 61 22 517 111 57
Binary 11010001 100001 1101011 0 1010100 110001 10010 101001111 1001001 101111

Color Harmonies of #D1216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1216B

Black with #D1216B

Text Example


Text Example

White with #D1216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1216B; }

 p { color: rgb(209,33,107); }

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

background-color css

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

 a { background-color: rgb(209,33,107); }

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

border-color css

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

 span { border-color: rgb(209,33,107); }

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