Html Css Color HEX #D12D64 Cerise

📋 copy color: '#D12D64'

red 209 ◦ green 45 ◦ blue 100

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

Shades of Cerise #D12D64

Tints of Cerise #D12D64

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.71%

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

R = 59.04%
G = 12.71%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D12D64 (or 0xD12D64) is known color: Cerise. HEX triplet: D1, 2D and 64. RGB value is (209,45,100). Sum of RGB (Red+Green+Blue) = 209+45+100=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D64 is #2ED29B. Grayscale: #646464. Windows color (decimal): -3068572 or 6565329. OLE color: 6565329.

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

Color convert

RGB 209 45 100 -
CMYK 0 0.78 0.52 0.18
HSL 339.88º 0.65% 0.5% -
HSV(B) 339.88º 0.78% 0.82% -
XYZ 29.53 16.35 13.66 -
YUV 100.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 209 45 100 0 0.78 0.52 0.18 339.88 0.65 0.5
Hex D1 2D 64 0 4E 34 12 154 41 32
Octal 321 55 144 0 116 64 22 524 101 62
Binary 11010001 101101 1100100 0 1001110 110100 10010 101010100 1000001 110010

Color Harmonies of #D12D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D64

Black with #D12D64

Text Example


Text Example

White with #D12D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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