Html Css Color HEX #D35DFC Heliotrope

📋 copy color: '#D35DFC'

red 211 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #D35DFC

Tints of Heliotrope #D35DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 37.95%
G = 16.73%
B = 45.32%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D35DFC (or 0xD35DFC) is known color: Heliotrope. HEX triplet: D3, 5D and FC. RGB value is (211,93,252). Sum of RGB (Red+Green+Blue) = 211+93+252=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #D35DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DFC is #2CA203. Grayscale: #919191. Windows color (decimal): -2925060 or 16539091. OLE color: 16539091.

HSL color Cylindrical-coordinate representation of color #D35DFC: hue angle of 284.53º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D35DFC is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 93 252 -
CMYK 0.16 0.63 0 0.01
HSL 284.53º 0.96% 0.68% -
HSV(B) 284.53º 0.63% 0.99% -
XYZ 48.35 28.71 95.09 -
YUV 146.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 211 93 252 0.16 0.63 0 0.01 284.53 0.96 0.68
Hex D3 5D FC 10 3F 0 1 11D 60 44
Octal 323 135 374 20 77 0 1 435 140 104
Binary 11010011 1011101 11111100 10000 111111 0 1 100011101 1100000 1000100

Color Harmonies of #D35DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DFC

Black with #D35DFC

Text Example


Text Example

White with #D35DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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