Html Css Color HEX #D07384 Charm

📋 copy color: '#D07384'

red 208 ◦ green 115 ◦ blue 132

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

Shades of Charm #D07384

Tints of Charm #D07384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

 BLUE value IS 132 (51.95% from 255) = 29.01%

R = 45.71%
G = 25.27%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D07384 (or 0xD07384) is known color: Charm. HEX triplet: D0, 73 and 84. RGB value is (208,115,132). Sum of RGB (Red+Green+Blue) = 208+115+132=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07384 is #2F8C7B. Grayscale: #909090. Windows color (decimal): -3116156 or 8680400. OLE color: 8680400.

HSL color Cylindrical-coordinate representation of color #D07384: hue angle of 349.03º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07384 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 115 132 -
CMYK 0 0.45 0.37 0.18
HSL 349.03º 0.5% 0.63% -
HSV(B) 349.03º 0.45% 0.82% -
XYZ 36.31 27.34 25.19 -
YUV 144.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 208 115 132 0 0.45 0.37 0.18 349.03 0.5 0.63
Hex D0 73 84 0 2D 25 12 15D 32 3F
Octal 320 163 204 0 55 45 22 535 62 77
Binary 11010000 1110011 10000100 0 101101 100101 10010 101011101 110010 111111

Color Harmonies of #D07384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07384

Black with #D07384

Text Example


Text Example

White with #D07384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07384; }

 p { color: rgb(208,115,132); }

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

background-color css

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

 a { background-color: rgb(208,115,132); }

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

border-color css

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

 span { border-color: rgb(208,115,132); }

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