Html Css Color HEX #D6648A Pale Violet Red

📋 copy color: '#D6648A'

red 214 ◦ green 100 ◦ blue 138

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

Shades of Pale Violet Red #D6648A

Tints of Pale Violet Red #D6648A

RGB

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

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

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

R = 47.35%
G = 22.12%
B = 30.53%

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

#D6648A (or 0xD6648A) is known color: Pale Violet Red. HEX triplet: D6, 64 and 8A. RGB value is (214,100,138). Sum of RGB (Red+Green+Blue) = 214+100+138=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6648A is #299B75. Grayscale: #8A8A8A. Windows color (decimal): -2726774 or 9069782. OLE color: 9069782.

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

Color convert

RGB 214 100 138 -
CMYK 0 0.53 0.36 0.16
HSL 340º 0.58% 0.62% -
HSV(B) 340º 0.53% 0.84% -
XYZ 36.88 25.25 26.97 -
YUV 138.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 214 100 138 0 0.53 0.36 0.16 340 0.58 0.62
Hex D6 64 8A 0 35 24 10 154 3A 3E
Octal 326 144 212 0 65 44 20 524 72 76
Binary 11010110 1100100 10001010 0 110101 100100 10000 101010100 111010 111110

Color Harmonies of #D6648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6648A

Black with #D6648A

Text Example


Text Example

White with #D6648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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