Html Css Color HEX #D485F2 Heliotrope

📋 copy color: '#D485F2'

red 212 ◦ green 133 ◦ blue 242

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

Shades of Heliotrope #D485F2

Tints of Heliotrope #D485F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.23%

R = 36.12%
G = 22.66%
B = 41.23%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D485F2 (or 0xD485F2) is known color: Heliotrope. HEX triplet: D4, 85 and F2. RGB value is (212,133,242). Sum of RGB (Red+Green+Blue) = 212+133+242=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #D485F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485F2 is #2B7A0D. Grayscale: #A8A8A8. Windows color (decimal): -2849294 or 15893972. OLE color: 15893972.

HSL color Cylindrical-coordinate representation of color #D485F2: hue angle of 283.49º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D485F2 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 133 242 -
CMYK 0.12 0.45 0 0.05
HSL 283.49º 0.81% 0.74% -
HSV(B) 283.49º 0.45% 0.95% -
XYZ 51.57 37.18 88.46 -
YUV 169.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 212 133 242 0.12 0.45 0 0.05 283.49 0.81 0.74
Hex D4 85 F2 C 2D 0 5 11B 51 4A
Octal 324 205 362 14 55 0 5 433 121 112
Binary 11010100 10000101 11110010 1100 101101 0 101 100011011 1010001 1001010

Color Harmonies of #D485F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D485F2

Black with #D485F2

Text Example


Text Example

White with #D485F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D485F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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