Html Css Color HEX #D12869 Cerise

📋 copy color: '#D12869'

red 209 ◦ green 40 ◦ blue 105

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

Shades of Cerise #D12869

Tints of Cerise #D12869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 59.04%
G = 11.3%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D12869 (or 0xD12869) is known color: Cerise. HEX triplet: D1, 28 and 69. RGB value is (209,40,105). Sum of RGB (Red+Green+Blue) = 209+40+105=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D12869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12869 is #2ED796. Grayscale: #616161. Windows color (decimal): -3069847 or 6891729. OLE color: 6891729.

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

Color convert

RGB 209 40 105 -
CMYK 0 0.81 0.50 0.18
HSL 336.92º 0.68% 0.49% -
HSV(B) 336.92º 0.81% 0.82% -
XYZ 29.6 16.09 14.91 -
YUV 97.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 209 40 105 0 0.81 0.50 0.18 336.92 0.68 0.49
Hex D1 28 69 0 51 32 12 151 44 31
Octal 321 50 151 0 121 62 22 521 104 61
Binary 11010001 101000 1101001 0 1010001 110010 10010 101010001 1000100 110001

Color Harmonies of #D12869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12869

Black with #D12869

Text Example


Text Example

White with #D12869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12869; }

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

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

background-color css

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

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

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

border-color css

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

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

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