Html Css Color HEX #D7648A Pale Violet Red

📋 copy color: '#D7648A'

red 215 ◦ green 100 ◦ blue 138

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

Shades of Pale Violet Red #D7648A

Tints of Pale Violet Red #D7648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.08%

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 47.46%
G = 22.08%
B = 30.46%

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

#D7648A (or 0xD7648A) is known color: Pale Violet Red. HEX triplet: D7, 64 and 8A. RGB value is (215,100,138). Sum of RGB (Red+Green+Blue) = 215+100+138=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7648A is #289B75. Grayscale: #8A8A8A. Windows color (decimal): -2661238 or 9069783. OLE color: 9069783.

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

Color convert

RGB 215 100 138 -
CMYK 0 0.53 0.36 0.16
HSL 340.17º 0.59% 0.62% -
HSV(B) 340.17º 0.53% 0.84% -
XYZ 37.17 25.4 26.99 -
YUV 138.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 215 100 138 0 0.53 0.36 0.16 340.17 0.59 0.62
Hex D7 64 8A 0 35 24 10 154 3B 3E
Octal 327 144 212 0 65 44 20 524 73 76
Binary 11010111 1100100 10001010 0 110101 100100 10000 101010100 111011 111110

Color Harmonies of #D7648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7648A

Black with #D7648A

Text Example


Text Example

White with #D7648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7648A; }

 p { color: rgb(215,100,138); }

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

background-color css

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

 a { background-color: rgb(215,100,138); }

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

border-color css

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

 span { border-color: rgb(215,100,138); }

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