Html Css Color HEX #D0318D Deep Cerise

📋 copy color: '#D0318D'

red 208 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #D0318D

Tints of Deep Cerise #D0318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 52.26%
G = 12.31%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0318D (or 0xD0318D) is known color: Deep Cerise. HEX triplet: D0, 31 and 8D. RGB value is (208,49,141). Sum of RGB (Red+Green+Blue) = 208+49+141=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0318D is #2FCE72. Grayscale: #6A6A6A. Windows color (decimal): -3133043 or 9253328. OLE color: 9253328.

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

Color convert

RGB 208 49 141 -
CMYK 0 0.76 0.32 0.18
HSL 325.28º 0.63% 0.5% -
HSV(B) 325.28º 0.76% 0.82% -
XYZ 31.92 17.53 26.9 -
YUV 107.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 208 49 141 0 0.76 0.32 0.18 325.28 0.63 0.5
Hex D0 31 8D 0 4C 20 12 145 3F 32
Octal 320 61 215 0 114 40 22 505 77 62
Binary 11010000 110001 10001101 0 1001100 100000 10010 101000101 111111 110010

Color Harmonies of #D0318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0318D

Black with #D0318D

Text Example


Text Example

White with #D0318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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