Html Css Color HEX #D375FB Heliotrope

📋 copy color: '#D375FB'

red 211 ◦ green 117 ◦ blue 251

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

Shades of Heliotrope #D375FB

Tints of Heliotrope #D375FB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.21%

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

R = 36.44%
G = 20.21%
B = 43.35%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D375FB (or 0xD375FB) is known color: Heliotrope. HEX triplet: D3, 75 and FB. RGB value is (211,117,251). Sum of RGB (Red+Green+Blue) = 211+117+251=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #D375FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375FB is #2C8A04. Grayscale: #9F9F9F. Windows color (decimal): -2918917 or 16479699. OLE color: 16479699.

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

Color convert

RGB 211 117 251 -
CMYK 0.16 0.53 0 0.02
HSL 282.09º 0.94% 0.72% -
HSV(B) 282.09º 0.53% 0.98% -
XYZ 50.64 33.54 95.07 -
YUV 160.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 211 117 251 0.16 0.53 0 0.02 282.09 0.94 0.72
Hex D3 75 FB 10 35 0 2 11A 5E 48
Octal 323 165 373 20 65 0 2 432 136 110
Binary 11010011 1110101 11111011 10000 110101 0 10 100011010 1011110 1001000

Color Harmonies of #D375FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D375FB

Black with #D375FB

Text Example


Text Example

White with #D375FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D375FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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