Html Css Color HEX #D0667D Charm

📋 copy color: '#D0667D'

red 208 ◦ green 102 ◦ blue 125

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

Shades of Charm #D0667D

Tints of Charm #D0667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.45%

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

R = 47.82%
G = 23.45%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0667D (or 0xD0667D) is known color: Charm. HEX triplet: D0, 66 and 7D. RGB value is (208,102,125). Sum of RGB (Red+Green+Blue) = 208+102+125=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0667D is #2F9982. Grayscale: #888888. Windows color (decimal): -3119491 or 8218320. OLE color: 8218320.

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

Color convert

RGB 208 102 125 -
CMYK 0 0.51 0.40 0.18
HSL 346.98º 0.53% 0.61% -
HSV(B) 346.98º 0.51% 0.82% -
XYZ 34.47 24.39 22.29 -
YUV 136.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 208 102 125 0 0.51 0.40 0.18 346.98 0.53 0.61
Hex D0 66 7D 0 33 28 12 15B 35 3D
Octal 320 146 175 0 63 50 22 533 65 75
Binary 11010000 1100110 1111101 0 110011 101000 10010 101011011 110101 111101

Color Harmonies of #D0667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0667D

Black with #D0667D

Text Example


Text Example

White with #D0667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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