Html Css Color HEX #D75FFB Heliotrope

📋 copy color: '#D75FFB'

red 215 ◦ green 95 ◦ blue 251

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

Shades of Heliotrope #D75FFB

Tints of Heliotrope #D75FFB

RGB

 RED value IS 215 (84.38% from 255) = 38.32%

 GREEN value IS 95 (37.5% from 255) = 16.93%

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

R = 38.32%
G = 16.93%
B = 44.74%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D75FFB (or 0xD75FFB) is known color: Heliotrope. HEX triplet: D7, 5F and FB. RGB value is (215,95,251). Sum of RGB (Red+Green+Blue) = 215+95+251=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #D75FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75FFB is #28A004. Grayscale: #949494. Windows color (decimal): -2662405 or 16474071. OLE color: 16474071.

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

Color convert

RGB 215 95 251 -
CMYK 0.14 0.62 0 0.02
HSL 286.15º 0.95% 0.68% -
HSV(B) 286.15º 0.62% 0.98% -
XYZ 49.53 29.6 94.37 -
YUV 148.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 215 95 251 0.14 0.62 0 0.02 286.15 0.95 0.68
Hex D7 5F FB E 3E 0 2 11E 5F 44
Octal 327 137 373 16 76 0 2 436 137 104
Binary 11010111 1011111 11111011 1110 111110 0 10 100011110 1011111 1000100

Color Harmonies of #D75FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75FFB

Black with #D75FFB

Text Example


Text Example

White with #D75FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75FFB; }

 p { color: rgb(215,95,251); }

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

background-color css

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

 a { background-color: rgb(215,95,251); }

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

border-color css

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

 span { border-color: rgb(215,95,251); }

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