Html Css Color HEX #D34FFB Heliotrope

📋 copy color: '#D34FFB'

red 211 ◦ green 79 ◦ blue 251

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

Shades of Heliotrope #D34FFB

Tints of Heliotrope #D34FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.6%

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

R = 39%
G = 14.6%
B = 46.4%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D34FFB (or 0xD34FFB) is known color: Heliotrope. HEX triplet: D3, 4F and FB. RGB value is (211,79,251). Sum of RGB (Red+Green+Blue) = 211+79+251=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 79 (31.25% from 255 or 14.60% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #D34FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FFB is #2CB004. Grayscale: #898989. Windows color (decimal): -2928645 or 16469971. OLE color: 16469971.

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

Color convert

RGB 211 79 251 -
CMYK 0.16 0.69 0 0.02
HSL 286.05º 0.96% 0.65% -
HSV(B) 286.05º 0.69% 0.98% -
XYZ 47.07 26.41 93.88 -
YUV 138.08 191.73 180.01 -
System Red Green Blue C M Y K H S L
Decimal 211 79 251 0.16 0.69 0 0.02 286.05 0.96 0.65
Hex D3 4F FB 10 45 0 2 11E 60 41
Octal 323 117 373 20 105 0 2 436 140 101
Binary 11010011 1001111 11111011 10000 1000101 0 10 100011110 1100000 1000001

Color Harmonies of #D34FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FFB

Black with #D34FFB

Text Example


Text Example

White with #D34FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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