Html Css Color HEX #D12698 Deep Cerise

📋 copy color: '#D12698'

red 209 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #D12698

Tints of Deep Cerise #D12698

RGB

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

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

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

R = 52.38%
G = 9.52%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D12698 (or 0xD12698) is known color: Deep Cerise. HEX triplet: D1, 26 and 98. RGB value is (209,38,152). Sum of RGB (Red+Green+Blue) = 209+38+152=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D12698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12698 is #2ED967. Grayscale: #656565. Windows color (decimal): -3070312 or 9971409. OLE color: 9971409.

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

Color convert

RGB 209 38 152 -
CMYK 0 0.82 0.27 0.18
HSL 320º 0.69% 0.48% -
HSV(B) 320º 0.82% 0.82% -
XYZ 32.66 17.21 31.31 -
YUV 102.13 156.15 204.23 -
System Red Green Blue C M Y K H S L
Decimal 209 38 152 0 0.82 0.27 0.18 320 0.69 0.48
Hex D1 26 98 0 52 1B 12 140 45 30
Octal 321 46 230 0 122 33 22 500 105 60
Binary 11010001 100110 10011000 0 1010010 11011 10010 101000000 1000101 110000

Color Harmonies of #D12698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12698

Black with #D12698

Text Example


Text Example

White with #D12698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12698; }

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

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

background-color css

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

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

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

border-color css

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

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

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