Html Css Color HEX #D85F8A Pale Violet Red

📋 copy color: '#D85F8A'

red 216 ◦ green 95 ◦ blue 138

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

Shades of Pale Violet Red #D85F8A

Tints of Pale Violet Red #D85F8A

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

 GREEN value IS 95 (37.5% from 255) = 21.16%

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

R = 48.11%
G = 21.16%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D85F8A (or 0xD85F8A) is known color: Pale Violet Red. HEX triplet: D8, 5F and 8A. RGB value is (216,95,138). Sum of RGB (Red+Green+Blue) = 216+95+138=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85F8A is #27A075. Grayscale: #888888. Windows color (decimal): -2596982 or 9068504. OLE color: 9068504.

HSL color Cylindrical-coordinate representation of color #D85F8A: hue angle of 338.68º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F8A is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 95 138 -
CMYK 0 0.56 0.36 0.15
HSL 338.68º 0.61% 0.61% -
HSV(B) 338.68º 0.56% 0.85% -
XYZ 37 24.62 26.85 -
YUV 136.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 216 95 138 0 0.56 0.36 0.15 338.68 0.61 0.61
Hex D8 5F 8A 0 38 24 F 153 3D 3D
Octal 330 137 212 0 70 44 17 523 75 75
Binary 11011000 1011111 10001010 0 111000 100100 1111 101010011 111101 111101

Color Harmonies of #D85F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F8A

Black with #D85F8A

Text Example


Text Example

White with #D85F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F8A; }

 p { color: rgb(216,95,138); }

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

background-color css

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

 a { background-color: rgb(216,95,138); }

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

border-color css

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

 span { border-color: rgb(216,95,138); }

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