Html Css Color HEX #D352FB Heliotrope

📋 copy color: '#D352FB'

red 211 ◦ green 82 ◦ blue 251

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

Shades of Heliotrope #D352FB

Tints of Heliotrope #D352FB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.07%

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

R = 38.79%
G = 15.07%
B = 46.14%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D352FB (or 0xD352FB) is known color: Heliotrope. HEX triplet: D3, 52 and FB. RGB value is (211,82,251). Sum of RGB (Red+Green+Blue) = 211+82+251=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #D352FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D352FB is #2CAD04. Grayscale: #8B8B8B. Windows color (decimal): -2927877 or 16470739. OLE color: 16470739.

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

Color convert

RGB 211 82 251 -
CMYK 0.16 0.67 0 0.02
HSL 285.8º 0.95% 0.65% -
HSV(B) 285.8º 0.67% 0.98% -
XYZ 47.29 26.85 93.96 -
YUV 139.84 190.74 178.76 -
System Red Green Blue C M Y K H S L
Decimal 211 82 251 0.16 0.67 0 0.02 285.8 0.95 0.65
Hex D3 52 FB 10 43 0 2 11E 5F 41
Octal 323 122 373 20 103 0 2 436 137 101
Binary 11010011 1010010 11111011 10000 1000011 0 10 100011110 1011111 1000001

Color Harmonies of #D352FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D352FB

Black with #D352FB

Text Example


Text Example

White with #D352FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D352FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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