Html Css Color HEX #D0348D Deep Cerise

📋 copy color: '#D0348D'

red 208 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #D0348D

Tints of Deep Cerise #D0348D

RGB

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

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

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

R = 51.87%
G = 12.97%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0348D (or 0xD0348D) is known color: Deep Cerise. HEX triplet: D0, 34 and 8D. RGB value is (208,52,141). Sum of RGB (Red+Green+Blue) = 208+52+141=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0348D is #2FCB72. Grayscale: #6C6C6C. Windows color (decimal): -3132275 or 9254096. OLE color: 9254096.

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

Color convert

RGB 208 52 141 -
CMYK 0 0.75 0.32 0.18
HSL 325.77º 0.62% 0.51% -
HSV(B) 325.77º 0.75% 0.82% -
XYZ 32.05 17.79 26.94 -
YUV 108.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 208 52 141 0 0.75 0.32 0.18 325.77 0.62 0.51
Hex D0 34 8D 0 4B 20 12 146 3E 33
Octal 320 64 215 0 113 40 22 506 76 63
Binary 11010000 110100 10001101 0 1001011 100000 10010 101000110 111110 110011

Color Harmonies of #D0348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0348D

Black with #D0348D

Text Example


Text Example

White with #D0348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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