Html Css Color HEX #D0768A Charm

📋 copy color: '#D0768A'

red 208 ◦ green 118 ◦ blue 138

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

Shades of Charm #D0768A

Tints of Charm #D0768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 44.83%
G = 25.43%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0768A (or 0xD0768A) is known color: Charm. HEX triplet: D0, 76 and 8A. RGB value is (208,118,138). Sum of RGB (Red+Green+Blue) = 208+118+138=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0768A is #2F8975. Grayscale: #939393. Windows color (decimal): -3115382 or 9074384. OLE color: 9074384.

HSL color Cylindrical-coordinate representation of color #D0768A: hue angle of 346.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0768A is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 138 -
CMYK 0 0.43 0.34 0.18
HSL 346.67º 0.49% 0.64% -
HSV(B) 346.67º 0.43% 0.82% -
XYZ 37.08 28.2 27.53 -
YUV 147.19 122.82 171.37 -
System Red Green Blue C M Y K H S L
Decimal 208 118 138 0 0.43 0.34 0.18 346.67 0.49 0.64
Hex D0 76 8A 0 2B 22 12 15B 31 40
Octal 320 166 212 0 53 42 22 533 61 100
Binary 11010000 1110110 10001010 0 101011 100010 10010 101011011 110001 1000000

Color Harmonies of #D0768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0768A

Black with #D0768A

Text Example


Text Example

White with #D0768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0768A; }

 p { color: rgb(208,118,138); }

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

background-color css

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

 a { background-color: rgb(208,118,138); }

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

border-color css

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

 span { border-color: rgb(208,118,138); }

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