Html Css Color HEX #D66589 Pale Violet Red

📋 copy color: '#D66589'

red 214 ◦ green 101 ◦ blue 137

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

Shades of Pale Violet Red #D66589

Tints of Pale Violet Red #D66589

RGB

 RED value IS 214 (83.98% from 255) = 47.35%

 GREEN value IS 101 (39.84% from 255) = 22.35%

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 47.35%
G = 22.35%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D66589 (or 0xD66589) is known color: Pale Violet Red. HEX triplet: D6, 65 and 89. RGB value is (214,101,137). Sum of RGB (Red+Green+Blue) = 214+101+137=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D66589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66589 is #299A76. Grayscale: #8A8A8A. Windows color (decimal): -2726519 or 9004502. OLE color: 9004502.

HSL color Cylindrical-coordinate representation of color #D66589: hue angle of 340.88º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66589 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 137 -
CMYK 0 0.53 0.36 0.16
HSL 340.88º 0.58% 0.62% -
HSV(B) 340.88º 0.53% 0.84% -
XYZ 36.9 25.41 26.63 -
YUV 138.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 214 101 137 0 0.53 0.36 0.16 340.88 0.58 0.62
Hex D6 65 89 0 35 24 10 155 3A 3E
Octal 326 145 211 0 65 44 20 525 72 76
Binary 11010110 1100101 10001001 0 110101 100100 10000 101010101 111010 111110

Color Harmonies of #D66589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66589

Black with #D66589

Text Example


Text Example

White with #D66589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66589; }

 p { color: rgb(214,101,137); }

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

background-color css

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

 a { background-color: rgb(214,101,137); }

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

border-color css

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

 span { border-color: rgb(214,101,137); }

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