Html Css Color HEX #D7668B Pale Violet Red

📋 copy color: '#D7668B'

red 215 ◦ green 102 ◦ blue 139

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

Shades of Pale Violet Red #D7668B

Tints of Pale Violet Red #D7668B

RGB

 RED value IS 215 (84.38% from 255) = 47.15%

 GREEN value IS 102 (40.23% from 255) = 22.37%

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

R = 47.15%
G = 22.37%
B = 30.48%

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

#D7668B (or 0xD7668B) is known color: Pale Violet Red. HEX triplet: D7, 66 and 8B. RGB value is (215,102,139). Sum of RGB (Red+Green+Blue) = 215+102+139=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7668B is #289974. Grayscale: #8B8B8B. Windows color (decimal): -2660725 or 9135831. OLE color: 9135831.

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

Color convert

RGB 215 102 139 -
CMYK 0 0.53 0.35 0.16
HSL 340.35º 0.59% 0.62% -
HSV(B) 340.35º 0.53% 0.84% -
XYZ 37.44 25.81 27.44 -
YUV 140.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 215 102 139 0 0.53 0.35 0.16 340.35 0.59 0.62
Hex D7 66 8B 0 35 23 10 154 3B 3E
Octal 327 146 213 0 65 43 20 524 73 76
Binary 11010111 1100110 10001011 0 110101 100011 10000 101010100 111011 111110

Color Harmonies of #D7668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7668B

Black with #D7668B

Text Example


Text Example

White with #D7668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7668B; }

 p { color: rgb(215,102,139); }

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

background-color css

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

 a { background-color: rgb(215,102,139); }

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

border-color css

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

 span { border-color: rgb(215,102,139); }

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