Html Css Color HEX #D35DFB Heliotrope

📋 copy color: '#D35DFB'

red 211 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #D35DFB

Tints of Heliotrope #D35DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.76%

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

R = 38.02%
G = 16.76%
B = 45.23%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D35DFB (or 0xD35DFB) is known color: Heliotrope. HEX triplet: D3, 5D and FB. RGB value is (211,93,251). Sum of RGB (Red+Green+Blue) = 211+93+251=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #D35DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DFB is #2CA204. Grayscale: #919191. Windows color (decimal): -2925061 or 16473555. OLE color: 16473555.

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

Color convert

RGB 211 93 251 -
CMYK 0.16 0.63 0 0.02
HSL 284.81º 0.95% 0.67% -
HSV(B) 284.81º 0.63% 0.98% -
XYZ 48.19 28.64 94.26 -
YUV 146.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 211 93 251 0.16 0.63 0 0.02 284.81 0.95 0.67
Hex D3 5D FB 10 3F 0 2 11D 5F 43
Octal 323 135 373 20 77 0 2 435 137 103
Binary 11010011 1011101 11111011 10000 111111 0 10 100011101 1011111 1000011

Color Harmonies of #D35DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DFB

Black with #D35DFB

Text Example


Text Example

White with #D35DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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