Html Css Color HEX #D35BED Heliotrope

📋 copy color: '#D35BED'

red 211 ◦ green 91 ◦ blue 237

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

Shades of Heliotrope #D35BED

Tints of Heliotrope #D35BED

RGB

 RED value IS 211 (82.81% from 255) = 39.15%

 GREEN value IS 91 (35.94% from 255) = 16.88%

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 39.15%
G = 16.88%
B = 43.97%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D35BED (or 0xD35BED) is known color: Heliotrope. HEX triplet: D3, 5B and ED. RGB value is (211,91,237). Sum of RGB (Red+Green+Blue) = 211+91+237=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #D35BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35BED is #2CA412. Grayscale: #8F8F8F. Windows color (decimal): -2925587 or 15555539. OLE color: 15555539.

HSL color Cylindrical-coordinate representation of color #D35BED: hue angle of 289.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35BED is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 91 237 -
CMYK 0.11 0.62 0 0.07
HSL 289.32º 0.8% 0.64% -
HSV(B) 289.32º 0.62% 0.93% -
XYZ 45.89 27.45 83 -
YUV 143.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 211 91 237 0.11 0.62 0 0.07 289.32 0.8 0.64
Hex D3 5B ED B 3E 0 7 121 50 40
Octal 323 133 355 13 76 0 7 441 120 100
Binary 11010011 1011011 11101101 1011 111110 0 111 100100001 1010000 1000000

Color Harmonies of #D35BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35BED

Black with #D35BED

Text Example


Text Example

White with #D35BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35BED; }

 p { color: rgb(211,91,237); }

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

background-color css

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

 a { background-color: rgb(211,91,237); }

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

border-color css

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

 span { border-color: rgb(211,91,237); }

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