Html Css Color HEX #D35AFC Heliotrope

📋 copy color: '#D35AFC'

red 211 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #D35AFC

Tints of Heliotrope #D35AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.27%

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

R = 38.16%
G = 16.27%
B = 45.57%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D35AFC (or 0xD35AFC) is known color: Heliotrope. HEX triplet: D3, 5A and FC. RGB value is (211,90,252). Sum of RGB (Red+Green+Blue) = 211+90+252=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #D35AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35AFC is #2CA503. Grayscale: #909090. Windows color (decimal): -2925828 or 16538323. OLE color: 16538323.

HSL color Cylindrical-coordinate representation of color #D35AFC: hue angle of 284.81º degrees, saturation: 0.96, 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 #D35AFC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 90 252 -
CMYK 0.16 0.64 0 0.01
HSL 284.81º 0.96% 0.67% -
HSV(B) 284.81º 0.64% 0.99% -
XYZ 48.09 28.19 95 -
YUV 144.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 211 90 252 0.16 0.64 0 0.01 284.81 0.96 0.67
Hex D3 5A FC 10 40 0 1 11D 60 43
Octal 323 132 374 20 100 0 1 435 140 103
Binary 11010011 1011010 11111100 10000 1000000 0 1 100011101 1100000 1000011

Color Harmonies of #D35AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35AFC

Black with #D35AFC

Text Example


Text Example

White with #D35AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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