Html Css Color HEX #D0349D Deep Cerise

📋 copy color: '#D0349D'

red 208 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #D0349D

Tints of Deep Cerise #D0349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 49.88%
G = 12.47%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0349D (or 0xD0349D) is known color: Deep Cerise. HEX triplet: D0, 34 and 9D. RGB value is (208,52,157). Sum of RGB (Red+Green+Blue) = 208+52+157=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0349D is #2FCB62. Grayscale: #6E6E6E. Windows color (decimal): -3132259 or 10302672. OLE color: 10302672.

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

Color convert

RGB 208 52 157 -
CMYK 0 0.75 0.25 0.18
HSL 319.62º 0.62% 0.51% -
HSV(B) 319.62º 0.75% 0.82% -
XYZ 33.33 18.3 33.67 -
YUV 110.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 208 52 157 0 0.75 0.25 0.18 319.62 0.62 0.51
Hex D0 34 9D 0 4B 19 12 140 3E 33
Octal 320 64 235 0 113 31 22 500 76 63
Binary 11010000 110100 10011101 0 1001011 11001 10010 101000000 111110 110011

Color Harmonies of #D0349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0349D

Black with #D0349D

Text Example


Text Example

White with #D0349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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