Html Css Color HEX #D0647E Charm

📋 copy color: '#D0647E'

red 208 ◦ green 100 ◦ blue 126

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

Shades of Charm #D0647E

Tints of Charm #D0647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

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

R = 47.93%
G = 23.04%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0647E (or 0xD0647E) is known color: Charm. HEX triplet: D0, 64 and 7E. RGB value is (208,100,126). Sum of RGB (Red+Green+Blue) = 208+100+126=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0647E is #2F9B81. Grayscale: #878787. Windows color (decimal): -3120002 or 8283344. OLE color: 8283344.

HSL color Cylindrical-coordinate representation of color #D0647E: hue angle of 345.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0647E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 126 -
CMYK 0 0.52 0.39 0.18
HSL 345.56º 0.53% 0.6% -
HSV(B) 345.56º 0.52% 0.82% -
XYZ 34.34 24.03 22.57 -
YUV 135.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 208 100 126 0 0.52 0.39 0.18 345.56 0.53 0.6
Hex D0 64 7E 0 34 27 12 15A 35 3C
Octal 320 144 176 0 64 47 22 532 65 74
Binary 11010000 1100100 1111110 0 110100 100111 10010 101011010 110101 111100

Color Harmonies of #D0647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0647E

Black with #D0647E

Text Example


Text Example

White with #D0647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0647E; }

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

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

background-color css

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

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

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

border-color css

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

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

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