Html Css Color HEX #D985E9 Violet

📋 copy color: '#D985E9'

red 217 ◦ green 133 ◦ blue 233

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

Shades of Violet #D985E9

Tints of Violet #D985E9

RGB

 RED value IS 217 (85.16% from 255) = 37.22%

 GREEN value IS 133 (52.34% from 255) = 22.81%

 BLUE value IS 233 (91.41% from 255) = 39.97%

R = 37.22%
G = 22.81%
B = 39.97%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D985E9 (or 0xD985E9) is known color: Violet. HEX triplet: D9, 85 and E9. RGB value is (217,133,233). Sum of RGB (Red+Green+Blue) = 217+133+233=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #D985E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985E9 is #267A16. Grayscale: #A9A9A9. Windows color (decimal): -2521623 or 15304153. OLE color: 15304153.

HSL color Cylindrical-coordinate representation of color #D985E9: hue angle of 290.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D985E9 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 133 233 -
CMYK 0.07 0.43 0 0.09
HSL 290.4º 0.69% 0.72% -
HSV(B) 290.4º 0.43% 0.91% -
XYZ 51.71 37.41 81.59 -
YUV 169.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 217 133 233 0.07 0.43 0 0.09 290.4 0.69 0.72
Hex D9 85 E9 7 2B 0 9 122 45 48
Octal 331 205 351 7 53 0 11 442 105 110
Binary 11011001 10000101 11101001 111 101011 0 1001 100100010 1000101 1001000

Color Harmonies of #D985E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985E9

Black with #D985E9

Text Example


Text Example

White with #D985E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985E9; }

 p { color: rgb(217,133,233); }

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

background-color css

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

 a { background-color: rgb(217,133,233); }

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

border-color css

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

 span { border-color: rgb(217,133,233); }

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