Html Css Color HEX #D12680 Deep Cerise

📋 copy color: '#D12680'

red 209 ◦ green 38 ◦ blue 128

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

Shades of Deep Cerise #D12680

Tints of Deep Cerise #D12680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 55.73%
G = 10.13%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D12680 (or 0xD12680) is known color: Deep Cerise. HEX triplet: D1, 26 and 80. RGB value is (209,38,128). Sum of RGB (Red+Green+Blue) = 209+38+128=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D12680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12680 is #2ED97F. Grayscale: #636363. Windows color (decimal): -3070336 or 8398545. OLE color: 8398545.

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

Color convert

RGB 209 38 128 -
CMYK 0 0.82 0.39 0.18
HSL 328.42º 0.69% 0.48% -
HSV(B) 328.42º 0.82% 0.82% -
XYZ 30.88 16.5 21.98 -
YUV 99.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 209 38 128 0 0.82 0.39 0.18 328.42 0.69 0.48
Hex D1 26 80 0 52 27 12 148 45 30
Octal 321 46 200 0 122 47 22 510 105 60
Binary 11010001 100110 10000000 0 1010010 100111 10010 101001000 1000101 110000

Color Harmonies of #D12680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12680

Black with #D12680

Text Example


Text Example

White with #D12680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12680; }

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

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

background-color css

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

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

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

border-color css

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

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

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