Html Css Color HEX #D12798 Deep Cerise

📋 copy color: '#D12798'

red 209 ◦ green 39 ◦ blue 152

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

Shades of Deep Cerise #D12798

Tints of Deep Cerise #D12798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.75%

 BLUE value IS 152 (59.77% from 255) = 38%

R = 52.25%
G = 9.75%
B = 38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D12798 (or 0xD12798) is known color: Deep Cerise. HEX triplet: D1, 27 and 98. RGB value is (209,39,152). Sum of RGB (Red+Green+Blue) = 209+39+152=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D12798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12798 is #2ED867. Grayscale: #666666. Windows color (decimal): -3070056 or 9971665. OLE color: 9971665.

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

Color convert

RGB 209 39 152 -
CMYK 0 0.81 0.27 0.18
HSL 320.12º 0.69% 0.49% -
HSV(B) 320.12º 0.81% 0.82% -
XYZ 32.69 17.27 31.32 -
YUV 102.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 209 39 152 0 0.81 0.27 0.18 320.12 0.69 0.49
Hex D1 27 98 0 51 1B 12 140 45 31
Octal 321 47 230 0 121 33 22 500 105 61
Binary 11010001 100111 10011000 0 1010001 11011 10010 101000000 1000101 110001

Color Harmonies of #D12798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12798

Black with #D12798

Text Example


Text Example

White with #D12798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12798; }

 p { color: rgb(209,39,152); }

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

background-color css

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

 a { background-color: rgb(209,39,152); }

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

border-color css

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

 span { border-color: rgb(209,39,152); }

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