Html Css Color HEX #D0667E Charm

📋 copy color: '#D0667E'

red 208 ◦ green 102 ◦ blue 126

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

Shades of Charm #D0667E

Tints of Charm #D0667E

RGB

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

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

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

R = 47.71%
G = 23.39%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0667E (or 0xD0667E) is known color: Charm. HEX triplet: D0, 66 and 7E. RGB value is (208,102,126). Sum of RGB (Red+Green+Blue) = 208+102+126=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0667E is #2F9981. Grayscale: #888888. Windows color (decimal): -3119490 or 8283856. OLE color: 8283856.

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

Color convert

RGB 208 102 126 -
CMYK 0 0.51 0.39 0.18
HSL 346.42º 0.53% 0.61% -
HSV(B) 346.42º 0.51% 0.82% -
XYZ 34.53 24.42 22.63 -
YUV 136.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 208 102 126 0 0.51 0.39 0.18 346.42 0.53 0.61
Hex D0 66 7E 0 33 27 12 15A 35 3D
Octal 320 146 176 0 63 47 22 532 65 75
Binary 11010000 1100110 1111110 0 110011 100111 10010 101011010 110101 111101

Color Harmonies of #D0667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0667E

Black with #D0667E

Text Example


Text Example

White with #D0667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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