Html Css Color HEX #D285EB Heliotrope

📋 copy color: '#D285EB'

red 210 ◦ green 133 ◦ blue 235

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

Shades of Heliotrope #D285EB

Tints of Heliotrope #D285EB

RGB

 RED value IS 210 (82.42% from 255) = 36.33%

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

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 36.33%
G = 23.01%
B = 40.66%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D285EB (or 0xD285EB) is known color: Heliotrope. HEX triplet: D2, 85 and EB. RGB value is (210,133,235). Sum of RGB (Red+Green+Blue) = 210+133+235=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 133 (52.34% from 255 or 23.01% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #D285EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285EB is #2D7A14. Grayscale: #A7A7A7. Windows color (decimal): -2980373 or 15435218. OLE color: 15435218.

HSL color Cylindrical-coordinate representation of color #D285EB: hue angle of 285.29º degrees, saturation: 0.72, 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 #D285EB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 133 235 -
CMYK 0.11 0.43 0 0.08
HSL 285.29º 0.72% 0.72% -
HSV(B) 285.29º 0.43% 0.92% -
XYZ 49.96 36.47 83 -
YUV 167.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 210 133 235 0.11 0.43 0 0.08 285.29 0.72 0.72
Hex D2 85 EB B 2B 0 8 11D 48 48
Octal 322 205 353 13 53 0 10 435 110 110
Binary 11010010 10000101 11101011 1011 101011 0 1000 100011101 1001000 1001000

Color Harmonies of #D285EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D285EB

Black with #D285EB

Text Example


Text Example

White with #D285EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D285EB; }

 p { color: rgb(210,133,235); }

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

background-color css

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

 a { background-color: rgb(210,133,235); }

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

border-color css

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

 span { border-color: rgb(210,133,235); }

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