Html Css Color HEX #D0347A Deep Cerise

📋 copy color: '#D0347A'

red 208 ◦ green 52 ◦ blue 122

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

Shades of Deep Cerise #D0347A

Tints of Deep Cerise #D0347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 54.45%
G = 13.61%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0347A (or 0xD0347A) is known color: Deep Cerise. HEX triplet: D0, 34 and 7A. RGB value is (208,52,122). Sum of RGB (Red+Green+Blue) = 208+52+122=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0347A is #2FCB85. Grayscale: #6A6A6A. Windows color (decimal): -3132294 or 8008912. OLE color: 8008912.

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

Color convert

RGB 208 52 122 -
CMYK 0 0.75 0.41 0.18
HSL 333.08º 0.62% 0.51% -
HSV(B) 333.08º 0.75% 0.82% -
XYZ 30.75 17.27 20.13 -
YUV 106.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 208 52 122 0 0.75 0.41 0.18 333.08 0.62 0.51
Hex D0 34 7A 0 4B 29 12 14D 3E 33
Octal 320 64 172 0 113 51 22 515 76 63
Binary 11010000 110100 1111010 0 1001011 101001 10010 101001101 111110 110011

Color Harmonies of #D0347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0347A

Black with #D0347A

Text Example


Text Example

White with #D0347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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