Html Css Color HEX #D36380 Charm

📋 copy color: '#D36380'

red 211 ◦ green 99 ◦ blue 128

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

Shades of Charm #D36380

Tints of Charm #D36380

RGB

 RED value IS 211 (82.81% from 255) = 48.17%

 GREEN value IS 99 (39.06% from 255) = 22.6%

 BLUE value IS 128 (50.39% from 255) = 29.22%

R = 48.17%
G = 22.6%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D36380 (or 0xD36380) is known color: Charm. HEX triplet: D3, 63 and 80. RGB value is (211,99,128). Sum of RGB (Red+Green+Blue) = 211+99+128=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D36380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36380 is #2C9C7F. Grayscale: #878787. Windows color (decimal): -2923648 or 8414163. OLE color: 8414163.

HSL color Cylindrical-coordinate representation of color #D36380: hue angle of 344.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36380 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 99 128 -
CMYK 0 0.53 0.39 0.17
HSL 344.46º 0.56% 0.61% -
HSV(B) 344.46º 0.53% 0.83% -
XYZ 35.22 24.33 23.26 -
YUV 135.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 211 99 128 0 0.53 0.39 0.17 344.46 0.56 0.61
Hex D3 63 80 0 35 27 11 158 38 3D
Octal 323 143 200 0 65 47 21 530 70 75
Binary 11010011 1100011 10000000 0 110101 100111 10001 101011000 111000 111101

Color Harmonies of #D36380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36380

Black with #D36380

Text Example


Text Example

White with #D36380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36380; }

 p { color: rgb(211,99,128); }

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

background-color css

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

 a { background-color: rgb(211,99,128); }

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

border-color css

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

 span { border-color: rgb(211,99,128); }

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