Html Css Color HEX #D485EF Heliotrope

📋 copy color: '#D485EF'

red 212 ◦ green 133 ◦ blue 239

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

Shades of Heliotrope #D485EF

Tints of Heliotrope #D485EF

RGB

 RED value IS 212 (83.2% from 255) = 36.3%

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

 BLUE value IS 239 (93.75% from 255) = 40.92%

R = 36.3%
G = 22.77%
B = 40.92%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D485EF (or 0xD485EF) is known color: Heliotrope. HEX triplet: D4, 85 and EF. RGB value is (212,133,239). Sum of RGB (Red+Green+Blue) = 212+133+239=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #D485EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485EF is #2B7A10. Grayscale: #A8A8A8. Windows color (decimal): -2849297 or 15697364. OLE color: 15697364.

HSL color Cylindrical-coordinate representation of color #D485EF: hue angle of 284.72º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D485EF is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 133 239 -
CMYK 0.11 0.44 0 0.06
HSL 284.72º 0.77% 0.73% -
HSV(B) 284.72º 0.44% 0.94% -
XYZ 51.12 37 86.11 -
YUV 168.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 212 133 239 0.11 0.44 0 0.06 284.72 0.77 0.73
Hex D4 85 EF B 2C 0 6 11D 4D 49
Octal 324 205 357 13 54 0 6 435 115 111
Binary 11010100 10000101 11101111 1011 101100 0 110 100011101 1001101 1001001

Color Harmonies of #D485EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485EF

Black with #D485EF

Text Example


Text Example

White with #D485EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485EF; }

 p { color: rgb(212,133,239); }

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

background-color css

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

 a { background-color: rgb(212,133,239); }

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

border-color css

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

 span { border-color: rgb(212,133,239); }

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