Html Css Color HEX #D12685 Deep Cerise

📋 copy color: '#D12685'

red 209 ◦ green 38 ◦ blue 133

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

Shades of Deep Cerise #D12685

Tints of Deep Cerise #D12685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 133 (52.34% from 255) = 35%

R = 55%
G = 10%
B = 35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D12685 (or 0xD12685) is known color: Deep Cerise. HEX triplet: D1, 26 and 85. RGB value is (209,38,133). Sum of RGB (Red+Green+Blue) = 209+38+133=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D12685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12685 is #2ED97A. Grayscale: #636363. Windows color (decimal): -3070331 or 8726225. OLE color: 8726225.

HSL color Cylindrical-coordinate representation of color #D12685: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12685 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 38 133 -
CMYK 0 0.82 0.36 0.18
HSL 326.67º 0.69% 0.48% -
HSV(B) 326.67º 0.82% 0.82% -
XYZ 31.22 16.63 23.76 -
YUV 99.96 146.65 205.78 -
System Red Green Blue C M Y K H S L
Decimal 209 38 133 0 0.82 0.36 0.18 326.67 0.69 0.48
Hex D1 26 85 0 52 24 12 147 45 30
Octal 321 46 205 0 122 44 22 507 105 60
Binary 11010001 100110 10000101 0 1010010 100100 10010 101000111 1000101 110000

Color Harmonies of #D12685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12685

Black with #D12685

Text Example


Text Example

White with #D12685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12685; }

 p { color: rgb(209,38,133); }

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

background-color css

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

 a { background-color: rgb(209,38,133); }

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

border-color css

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

 span { border-color: rgb(209,38,133); }

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