Html Css Color HEX #D985EA Violet

📋 copy color: '#D985EA'

red 217 ◦ green 133 ◦ blue 234

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

Shades of Violet #D985EA

Tints of Violet #D985EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 37.16%
G = 22.77%
B = 40.07%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D985EA (or 0xD985EA) is known color: Violet. HEX triplet: D9, 85 and EA. RGB value is (217,133,234). Sum of RGB (Red+Green+Blue) = 217+133+234=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #D985EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985EA is #267A15. Grayscale: #A9A9A9. Windows color (decimal): -2521622 or 15369689. OLE color: 15369689.

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

Color convert

RGB 217 133 234 -
CMYK 0.07 0.43 0 0.08
HSL 289.9º 0.71% 0.72% -
HSV(B) 289.9º 0.43% 0.92% -
XYZ 51.85 37.47 82.34 -
YUV 169.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 217 133 234 0.07 0.43 0 0.08 289.9 0.71 0.72
Hex D9 85 EA 7 2B 0 8 122 47 48
Octal 331 205 352 7 53 0 10 442 107 110
Binary 11011001 10000101 11101010 111 101011 0 1000 100100010 1000111 1001000

Color Harmonies of #D985EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985EA

Black with #D985EA

Text Example


Text Example

White with #D985EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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