Html Css Color HEX #D0348A Deep Cerise

📋 copy color: '#D0348A'

red 208 ◦ green 52 ◦ blue 138

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

Shades of Deep Cerise #D0348A

Tints of Deep Cerise #D0348A

RGB

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

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

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

R = 52.26%
G = 13.07%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0348A (or 0xD0348A) is known color: Deep Cerise. HEX triplet: D0, 34 and 8A. RGB value is (208,52,138). Sum of RGB (Red+Green+Blue) = 208+52+138=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0348A is #2FCB75. Grayscale: #6C6C6C. Windows color (decimal): -3132278 or 9057488. OLE color: 9057488.

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

Color convert

RGB 208 52 138 -
CMYK 0 0.75 0.34 0.18
HSL 326.92º 0.62% 0.51% -
HSV(B) 326.92º 0.75% 0.82% -
XYZ 31.83 17.7 25.78 -
YUV 108.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 208 52 138 0 0.75 0.34 0.18 326.92 0.62 0.51
Hex D0 34 8A 0 4B 22 12 147 3E 33
Octal 320 64 212 0 113 42 22 507 76 63
Binary 11010000 110100 10001010 0 1001011 100010 10010 101000111 111110 110011

Color Harmonies of #D0348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0348A

Black with #D0348A

Text Example


Text Example

White with #D0348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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