Html Css Color HEX #D12865 Cerise

📋 copy color: '#D12865'

red 209 ◦ green 40 ◦ blue 101

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

Shades of Cerise #D12865

Tints of Cerise #D12865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 59.71%
G = 11.43%
B = 28.86%

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

#D12865 (or 0xD12865) is known color: Cerise. HEX triplet: D1, 28 and 65. RGB value is (209,40,101). Sum of RGB (Red+Green+Blue) = 209+40+101=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D12865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12865 is #2ED79A. Grayscale: #616161. Windows color (decimal): -3069851 or 6629585. OLE color: 6629585.

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

Color convert

RGB 209 40 101 -
CMYK 0 0.81 0.52 0.18
HSL 338.34º 0.68% 0.49% -
HSV(B) 338.34º 0.81% 0.82% -
XYZ 29.4 16.01 13.85 -
YUV 97.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 209 40 101 0 0.81 0.52 0.18 338.34 0.68 0.49
Hex D1 28 65 0 51 34 12 152 44 31
Octal 321 50 145 0 121 64 22 522 104 61
Binary 11010001 101000 1100101 0 1010001 110100 10010 101010010 1000100 110001

Color Harmonies of #D12865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12865

Black with #D12865

Text Example


Text Example

White with #D12865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12865; }

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

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

background-color css

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

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

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

border-color css

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

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

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