Html Css Color HEX #D0347E Deep Cerise

📋 copy color: '#D0347E'

red 208 ◦ green 52 ◦ blue 126

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

Shades of Deep Cerise #D0347E

Tints of Deep Cerise #D0347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 53.89%
G = 13.47%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0347E (or 0xD0347E) is known color: Deep Cerise. HEX triplet: D0, 34 and 7E. RGB value is (208,52,126). Sum of RGB (Red+Green+Blue) = 208+52+126=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0347E is #2FCB81. Grayscale: #6A6A6A. Windows color (decimal): -3132290 or 8271056. OLE color: 8271056.

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

Color convert

RGB 208 52 126 -
CMYK 0 0.75 0.39 0.18
HSL 331.54º 0.62% 0.51% -
HSV(B) 331.54º 0.75% 0.82% -
XYZ 31.01 17.37 21.46 -
YUV 107.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 208 52 126 0 0.75 0.39 0.18 331.54 0.62 0.51
Hex D0 34 7E 0 4B 27 12 14C 3E 33
Octal 320 64 176 0 113 47 22 514 76 63
Binary 11010000 110100 1111110 0 1001011 100111 10010 101001100 111110 110011

Color Harmonies of #D0347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0347E

Black with #D0347E

Text Example


Text Example

White with #D0347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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