Html Css Color HEX #D0347D Deep Cerise

📋 copy color: '#D0347D'

red 208 ◦ green 52 ◦ blue 125

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

Shades of Deep Cerise #D0347D

Tints of Deep Cerise #D0347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 54.03%
G = 13.51%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0347D (or 0xD0347D) is known color: Deep Cerise. HEX triplet: D0, 34 and 7D. RGB value is (208,52,125). Sum of RGB (Red+Green+Blue) = 208+52+125=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0347D is #2FCB82. Grayscale: #6A6A6A. Windows color (decimal): -3132291 or 8205520. OLE color: 8205520.

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

Color convert

RGB 208 52 125 -
CMYK 0 0.75 0.40 0.18
HSL 331.92º 0.62% 0.51% -
HSV(B) 331.92º 0.75% 0.82% -
XYZ 30.94 17.35 21.12 -
YUV 106.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 208 52 125 0 0.75 0.40 0.18 331.92 0.62 0.51
Hex D0 34 7D 0 4B 28 12 14C 3E 33
Octal 320 64 175 0 113 50 22 514 76 63
Binary 11010000 110100 1111101 0 1001011 101000 10010 101001100 111110 110011

Color Harmonies of #D0347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0347D

Black with #D0347D

Text Example


Text Example

White with #D0347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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