Html Css Color HEX #D35BFB Heliotrope

📋 copy color: '#D35BFB'

red 211 ◦ green 91 ◦ blue 251

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

Shades of Heliotrope #D35BFB

Tints of Heliotrope #D35BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.39%

R = 38.16%
G = 16.46%
B = 45.39%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D35BFB (or 0xD35BFB) is known color: Heliotrope. HEX triplet: D3, 5B and FB. RGB value is (211,91,251). Sum of RGB (Red+Green+Blue) = 211+91+251=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #D35BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35BFB is #2CA404. Grayscale: #909090. Windows color (decimal): -2925573 or 16473043. OLE color: 16473043.

HSL color Cylindrical-coordinate representation of color #D35BFB: hue angle of 285º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D35BFB is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 91 251 -
CMYK 0.16 0.64 0 0.02
HSL 285º 0.95% 0.67% -
HSV(B) 285º 0.64% 0.98% -
XYZ 48.02 28.3 94.2 -
YUV 145.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 211 91 251 0.16 0.64 0 0.02 285 0.95 0.67
Hex D3 5B FB 10 40 0 2 11D 5F 43
Octal 323 133 373 20 100 0 2 435 137 103
Binary 11010011 1011011 11111011 10000 1000000 0 10 100011101 1011111 1000011

Color Harmonies of #D35BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35BFB

Black with #D35BFB

Text Example


Text Example

White with #D35BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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