Html Css Color HEX #D12864 Cerise

📋 copy color: '#D12864'

red 209 ◦ green 40 ◦ blue 100

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

Shades of Cerise #D12864

Tints of Cerise #D12864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

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

R = 59.89%
G = 11.46%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D12864 (or 0xD12864) is known color: Cerise. HEX triplet: D1, 28 and 64. RGB value is (209,40,100). Sum of RGB (Red+Green+Blue) = 209+40+100=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D12864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12864 is #2ED79B. Grayscale: #616161. Windows color (decimal): -3069852 or 6564049. OLE color: 6564049.

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

Color convert

RGB 209 40 100 -
CMYK 0 0.81 0.52 0.18
HSL 338.7º 0.68% 0.49% -
HSV(B) 338.7º 0.81% 0.82% -
XYZ 29.35 15.99 13.6 -
YUV 97.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 209 40 100 0 0.81 0.52 0.18 338.7 0.68 0.49
Hex D1 28 64 0 51 34 12 153 44 31
Octal 321 50 144 0 121 64 22 523 104 61
Binary 11010001 101000 1100100 0 1010001 110100 10010 101010011 1000100 110001

Color Harmonies of #D12864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12864

Black with #D12864

Text Example


Text Example

White with #D12864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12864; }

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

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

background-color css

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

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

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

border-color css

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

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

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