Html Css Color HEX #D0349E Deep Cerise

📋 copy color: '#D0349E'

red 208 ◦ green 52 ◦ blue 158

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

Shades of Deep Cerise #D0349E

Tints of Deep Cerise #D0349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.44%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 49.76%
G = 12.44%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0349E (or 0xD0349E) is known color: Deep Cerise. HEX triplet: D0, 34 and 9E. RGB value is (208,52,158). Sum of RGB (Red+Green+Blue) = 208+52+158=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0349E is #2FCB61. Grayscale: #6E6E6E. Windows color (decimal): -3132258 or 10368208. OLE color: 10368208.

HSL color Cylindrical-coordinate representation of color #D0349E: hue angle of 319.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0349E is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 158 -
CMYK 0 0.75 0.24 0.18
HSL 319.23º 0.62% 0.51% -
HSV(B) 319.23º 0.75% 0.82% -
XYZ 33.41 18.33 34.13 -
YUV 110.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 208 52 158 0 0.75 0.24 0.18 319.23 0.62 0.51
Hex D0 34 9E 0 4B 18 12 13F 3E 33
Octal 320 64 236 0 113 30 22 477 76 63
Binary 11010000 110100 10011110 0 1001011 11000 10010 100111111 111110 110011

Color Harmonies of #D0349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0349E

Black with #D0349E

Text Example


Text Example

White with #D0349E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0349E; }

 p { color: rgb(208,52,158); }

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

background-color css

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

 a { background-color: rgb(208,52,158); }

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

border-color css

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

 span { border-color: rgb(208,52,158); }

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