Html Css Color HEX #D35BFD Heliotrope

📋 copy color: '#D35BFD'

red 211 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #D35BFD

Tints of Heliotrope #D35BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 38.02%
G = 16.4%
B = 45.59%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D35BFD (or 0xD35BFD) is known color: Heliotrope. HEX triplet: D3, 5B and FD. RGB value is (211,91,253). Sum of RGB (Red+Green+Blue) = 211+91+253=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #D35BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35BFD is #2CA402. Grayscale: #909090. Windows color (decimal): -2925571 or 16604115. OLE color: 16604115.

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

Color convert

RGB 211 91 253 -
CMYK 0.17 0.64 0 0.01
HSL 284.44º 0.98% 0.67% -
HSV(B) 284.44º 0.64% 0.99% -
XYZ 48.33 28.42 95.87 -
YUV 145.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 211 91 253 0.17 0.64 0 0.01 284.44 0.98 0.67
Hex D3 5B FD 11 40 0 1 11C 62 43
Octal 323 133 375 21 100 0 1 434 142 103
Binary 11010011 1011011 11111101 10001 1000000 0 1 100011100 1100010 1000011

Color Harmonies of #D35BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35BFD

Black with #D35BFD

Text Example


Text Example

White with #D35BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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