Html Css Color HEX #D13164 Cerise

📋 copy color: '#D13164'

red 209 ◦ green 49 ◦ blue 100

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

Shades of Cerise #D13164

Tints of Cerise #D13164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 58.38%
G = 13.69%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D13164 (or 0xD13164) is known color: Cerise. HEX triplet: D1, 31 and 64. RGB value is (209,49,100). Sum of RGB (Red+Green+Blue) = 209+49+100=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D13164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13164 is #2ECE9B. Grayscale: #666666. Windows color (decimal): -3067548 or 6566353. OLE color: 6566353.

HSL color Cylindrical-coordinate representation of color #D13164: hue angle of 340.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13164 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 100 -
CMYK 0 0.77 0.52 0.18
HSL 340.88º 0.63% 0.51% -
HSV(B) 340.88º 0.77% 0.82% -
XYZ 29.69 16.67 13.71 -
YUV 102.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 209 49 100 0 0.77 0.52 0.18 340.88 0.63 0.51
Hex D1 31 64 0 4D 34 12 155 3F 33
Octal 321 61 144 0 115 64 22 525 77 63
Binary 11010001 110001 1100100 0 1001101 110100 10010 101010101 111111 110011

Color Harmonies of #D13164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13164

Black with #D13164

Text Example


Text Example

White with #D13164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13164; }

 p { color: rgb(209,49,100); }

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

background-color css

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

 a { background-color: rgb(209,49,100); }

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

border-color css

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

 span { border-color: rgb(209,49,100); }

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