Html Css Color HEX #D6658D Pale Violet Red

📋 copy color: '#D6658D'

red 214 ◦ green 101 ◦ blue 141

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

Shades of Pale Violet Red #D6658D

Tints of Pale Violet Red #D6658D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 46.93%
G = 22.15%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6658D (or 0xD6658D) is known color: Pale Violet Red. HEX triplet: D6, 65 and 8D. RGB value is (214,101,141). Sum of RGB (Red+Green+Blue) = 214+101+141=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6658D is #299A72. Grayscale: #8B8B8B. Windows color (decimal): -2726515 or 9266646. OLE color: 9266646.

HSL color Cylindrical-coordinate representation of color #D6658D: hue angle of 338.76º 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 #D6658D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 141 -
CMYK 0 0.53 0.34 0.16
HSL 338.76º 0.58% 0.62% -
HSV(B) 338.76º 0.53% 0.84% -
XYZ 37.19 25.53 28.17 -
YUV 139.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 214 101 141 0 0.53 0.34 0.16 338.76 0.58 0.62
Hex D6 65 8D 0 35 22 10 153 3A 3E
Octal 326 145 215 0 65 42 20 523 72 76
Binary 11010110 1100101 10001101 0 110101 100010 10000 101010011 111010 111110

Color Harmonies of #D6658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6658D

Black with #D6658D

Text Example


Text Example

White with #D6658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6658D; }

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

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

background-color css

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

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

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

border-color css

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

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

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