Html Css Color HEX #D6658B Pale Violet Red

📋 copy color: '#D6658B'

red 214 ◦ green 101 ◦ blue 139

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

Shades of Pale Violet Red #D6658B

Tints of Pale Violet Red #D6658B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 47.14%
G = 22.25%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6658B (or 0xD6658B) is known color: Pale Violet Red. HEX triplet: D6, 65 and 8B. RGB value is (214,101,139). Sum of RGB (Red+Green+Blue) = 214+101+139=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6658B is #299A74. Grayscale: #8B8B8B. Windows color (decimal): -2726517 or 9135574. OLE color: 9135574.

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

Color convert

RGB 214 101 139 -
CMYK 0 0.53 0.35 0.16
HSL 339.82º 0.58% 0.62% -
HSV(B) 339.82º 0.53% 0.84% -
XYZ 37.05 25.47 27.39 -
YUV 139.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 214 101 139 0 0.53 0.35 0.16 339.82 0.58 0.62
Hex D6 65 8B 0 35 23 10 154 3A 3E
Octal 326 145 213 0 65 43 20 524 72 76
Binary 11010110 1100101 10001011 0 110101 100011 10000 101010100 111010 111110

Color Harmonies of #D6658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6658B

Black with #D6658B

Text Example


Text Example

White with #D6658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6658B; }

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

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

background-color css

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

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

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

border-color css

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

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

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