Html Css Color HEX #D12775 Deep Cerise

📋 copy color: '#D12775'

red 209 ◦ green 39 ◦ blue 117

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

Shades of Deep Cerise #D12775

Tints of Deep Cerise #D12775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 57.26%
G = 10.68%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12775 (or 0xD12775) is known color: Deep Cerise. HEX triplet: D1, 27 and 75. RGB value is (209,39,117). Sum of RGB (Red+Green+Blue) = 209+39+117=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D12775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12775 is #2ED88A. Grayscale: #626262. Windows color (decimal): -3070091 or 7677905. OLE color: 7677905.

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

Color convert

RGB 209 39 117 -
CMYK 0 0.81 0.44 0.18
HSL 332.47º 0.69% 0.49% -
HSV(B) 332.47º 0.81% 0.82% -
XYZ 30.23 16.29 18.38 -
YUV 98.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 209 39 117 0 0.81 0.44 0.18 332.47 0.69 0.49
Hex D1 27 75 0 51 2C 12 14C 45 31
Octal 321 47 165 0 121 54 22 514 105 61
Binary 11010001 100111 1110101 0 1010001 101100 10010 101001100 1000101 110001

Color Harmonies of #D12775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12775

Black with #D12775

Text Example


Text Example

White with #D12775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12775; }

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

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

background-color css

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

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

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

border-color css

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

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

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