Html Css Color HEX #D265EB Heliotrope

📋 copy color: '#D265EB'

red 210 ◦ green 101 ◦ blue 235

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

Shades of Heliotrope #D265EB

Tints of Heliotrope #D265EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.5%

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

R = 38.46%
G = 18.5%
B = 43.04%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D265EB (or 0xD265EB) is known color: Heliotrope. HEX triplet: D2, 65 and EB. RGB value is (210,101,235). Sum of RGB (Red+Green+Blue) = 210+101+235=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #D265EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D265EB is #2D9A14. Grayscale: #949494. Windows color (decimal): -2988565 or 15427026. OLE color: 15427026.

HSL color Cylindrical-coordinate representation of color #D265EB: hue angle of 288.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D265EB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 101 235 -
CMYK 0.11 0.57 0 0.08
HSL 288.81º 0.77% 0.66% -
HSV(B) 288.81º 0.57% 0.92% -
XYZ 46.23 29.01 81.76 -
YUV 148.87 176.61 171.6 -
System Red Green Blue C M Y K H S L
Decimal 210 101 235 0.11 0.57 0 0.08 288.81 0.77 0.66
Hex D2 65 EB B 39 0 8 121 4D 42
Octal 322 145 353 13 71 0 10 441 115 102
Binary 11010010 1100101 11101011 1011 111001 0 1000 100100001 1001101 1000010

Color Harmonies of #D265EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265EB

Black with #D265EB

Text Example


Text Example

White with #D265EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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