Html Css Color HEX #D74CFF Heliotrope

📋 copy color: '#D74CFF'

red 215 ◦ green 76 ◦ blue 255

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

Shades of Heliotrope #D74CFF

Tints of Heliotrope #D74CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.92%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 39.38%
G = 13.92%
B = 46.7%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D74CFF (or 0xD74CFF) is known color: Heliotrope. HEX triplet: D7, 4C and FF. RGB value is (215,76,255). Sum of RGB (Red+Green+Blue) = 215+76+255=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 76 (30.08% from 255 or 13.92% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #D74CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74CFF is #28B300. Grayscale: #898989. Windows color (decimal): -2667265 or 16731351. OLE color: 16731351.

HSL color Cylindrical-coordinate representation of color #D74CFF: hue angle of 286.59º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74CFF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 76 255 -
CMYK 0.16 0.70 0 0
HSL 286.59º 1% 0.65% -
HSV(B) 286.59º 0.7% 1% -
XYZ 48.66 26.84 97.22 -
YUV 137.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 215 76 255 0.16 0.70 0 0 286.59 1 0.65
Hex D7 4C FF 10 46 0 0 11F 64 41
Octal 327 114 377 20 106 0 0 437 144 101
Binary 11010111 1001100 11111111 10000 1000110 0 0 100011111 1100100 1000001

Color Harmonies of #D74CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CFF

Black with #D74CFF

Text Example


Text Example

White with #D74CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CFF; }

 p { color: rgb(215,76,255); }

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

background-color css

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

 a { background-color: rgb(215,76,255); }

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

border-color css

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

 span { border-color: rgb(215,76,255); }

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