Html Css Color HEX #D0318A Deep Cerise

📋 copy color: '#D0318A'

red 208 ◦ green 49 ◦ blue 138

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

Shades of Deep Cerise #D0318A

Tints of Deep Cerise #D0318A

RGB

 RED value IS 208 (81.64% from 255) = 52.66%

 GREEN value IS 49 (19.53% from 255) = 12.41%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 52.66%
G = 12.41%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0318A (or 0xD0318A) is known color: Deep Cerise. HEX triplet: D0, 31 and 8A. RGB value is (208,49,138). Sum of RGB (Red+Green+Blue) = 208+49+138=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0318A is #2FCE75. Grayscale: #6A6A6A. Windows color (decimal): -3133046 or 9056720. OLE color: 9056720.

HSL color Cylindrical-coordinate representation of color #D0318A: hue angle of 326.42º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0318A is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 138 -
CMYK 0 0.76 0.34 0.18
HSL 326.42º 0.63% 0.5% -
HSV(B) 326.42º 0.76% 0.82% -
XYZ 31.7 17.44 25.74 -
YUV 106.69 145.68 200.26 -
System Red Green Blue C M Y K H S L
Decimal 208 49 138 0 0.76 0.34 0.18 326.42 0.63 0.5
Hex D0 31 8A 0 4C 22 12 146 3F 32
Octal 320 61 212 0 114 42 22 506 77 62
Binary 11010000 110001 10001010 0 1001100 100010 10010 101000110 111111 110010

Color Harmonies of #D0318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0318A

Black with #D0318A

Text Example


Text Example

White with #D0318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0318A; }

 p { color: rgb(208,49,138); }

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

background-color css

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

 a { background-color: rgb(208,49,138); }

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

border-color css

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

 span { border-color: rgb(208,49,138); }

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