Html Css Color HEX #D12794 Deep Cerise

📋 copy color: '#D12794'

red 209 ◦ green 39 ◦ blue 148

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

Shades of Deep Cerise #D12794

Tints of Deep Cerise #D12794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 52.78%
G = 9.85%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D12794 (or 0xD12794) is known color: Deep Cerise. HEX triplet: D1, 27 and 94. RGB value is (209,39,148). Sum of RGB (Red+Green+Blue) = 209+39+148=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D12794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12794 is #2ED86B. Grayscale: #656565. Windows color (decimal): -3070060 or 9709521. OLE color: 9709521.

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

Color convert

RGB 209 39 148 -
CMYK 0 0.81 0.29 0.18
HSL 321.53º 0.69% 0.49% -
HSV(B) 321.53º 0.81% 0.82% -
XYZ 32.37 17.14 29.62 -
YUV 102.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 209 39 148 0 0.81 0.29 0.18 321.53 0.69 0.49
Hex D1 27 94 0 51 1D 12 142 45 31
Octal 321 47 224 0 121 35 22 502 105 61
Binary 11010001 100111 10010100 0 1010001 11101 10010 101000010 1000101 110001

Color Harmonies of #D12794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12794

Black with #D12794

Text Example


Text Example

White with #D12794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12794; }

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

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

background-color css

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

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

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

border-color css

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

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

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