Html Css Color HEX #D74FFD Heliotrope

📋 copy color: '#D74FFD'

red 215 ◦ green 79 ◦ blue 253

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

Shades of Heliotrope #D74FFD

Tints of Heliotrope #D74FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 39.31%
G = 14.44%
B = 46.25%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D74FFD (or 0xD74FFD) is known color: Heliotrope. HEX triplet: D7, 4F and FD. RGB value is (215,79,253). Sum of RGB (Red+Green+Blue) = 215+79+253=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 79 (31.25% from 255 or 14.44% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #D74FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74FFD is #28B002. Grayscale: #8A8A8A. Windows color (decimal): -2666499 or 16601047. OLE color: 16601047.

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

Color convert

RGB 215 79 253 -
CMYK 0.15 0.69 0 0.01
HSL 286.9º 0.98% 0.65% -
HSV(B) 286.9º 0.69% 0.99% -
XYZ 48.55 27.13 95.61 -
YUV 139.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 215 79 253 0.15 0.69 0 0.01 286.9 0.98 0.65
Hex D7 4F FD F 45 0 1 11F 62 41
Octal 327 117 375 17 105 0 1 437 142 101
Binary 11010111 1001111 11111101 1111 1000101 0 1 100011111 1100010 1000001

Color Harmonies of #D74FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FFD

Black with #D74FFD

Text Example


Text Example

White with #D74FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FFD; }

 p { color: rgb(215,79,253); }

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

background-color css

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

 a { background-color: rgb(215,79,253); }

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

border-color css

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

 span { border-color: rgb(215,79,253); }

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