Html Css Color HEX #D74CFD Heliotrope

📋 copy color: '#D74CFD'

red 215 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #D74CFD

Tints of Heliotrope #D74CFD

RGB

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

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

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

R = 39.52%
G = 13.97%
B = 46.51%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D74CFD (or 0xD74CFD) is known color: Heliotrope. HEX triplet: D7, 4C and FD. RGB value is (215,76,253). Sum of RGB (Red+Green+Blue) = 215+76+253=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 76 (30.08% from 255 or 13.97% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #D74CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74CFD is #28B302. Grayscale: #898989. Windows color (decimal): -2667267 or 16600279. OLE color: 16600279.

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

Color convert

RGB 215 76 253 -
CMYK 0.15 0.70 0 0.01
HSL 287.12º 0.98% 0.65% -
HSV(B) 287.12º 0.7% 0.99% -
XYZ 48.34 26.71 95.54 -
YUV 137.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 215 76 253 0.15 0.70 0 0.01 287.12 0.98 0.65
Hex D7 4C FD F 46 0 1 11F 62 41
Octal 327 114 375 17 106 0 1 437 142 101
Binary 11010111 1001100 11111101 1111 1000110 0 1 100011111 1100010 1000001

Color Harmonies of #D74CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CFD

Black with #D74CFD

Text Example


Text Example

White with #D74CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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