Html Css Color HEX #D12164 Cerise

📋 copy color: '#D12164'

red 209 ◦ green 33 ◦ blue 100

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

Shades of Cerise #D12164

Tints of Cerise #D12164

RGB

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

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

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

R = 61.11%
G = 9.65%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D12164 (or 0xD12164) is known color: Cerise. HEX triplet: D1, 21 and 64. RGB value is (209,33,100). Sum of RGB (Red+Green+Blue) = 209+33+100=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D12164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12164 is #2EDE9B. Grayscale: #5D5D5D. Windows color (decimal): -3071644 or 6562257. OLE color: 6562257.

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

Color convert

RGB 209 33 100 -
CMYK 0 0.84 0.52 0.18
HSL 337.16º 0.73% 0.47% -
HSV(B) 337.16º 0.84% 0.82% -
XYZ 29.14 15.56 13.52 -
YUV 93.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 209 33 100 0 0.84 0.52 0.18 337.16 0.73 0.47
Hex D1 21 64 0 54 34 12 151 49 2F
Octal 321 41 144 0 124 64 22 521 111 57
Binary 11010001 100001 1100100 0 1010100 110100 10010 101010001 1001001 101111

Color Harmonies of #D12164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12164

Black with #D12164

Text Example


Text Example

White with #D12164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12164; }

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

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

background-color css

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

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

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

border-color css

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

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

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