Html Css Color HEX #D672FD Heliotrope

📋 copy color: '#D672FD'

red 214 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #D672FD

Tints of Heliotrope #D672FD

RGB

 RED value IS 214 (83.98% from 255) = 36.83%

 GREEN value IS 114 (44.92% from 255) = 19.62%

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

R = 36.83%
G = 19.62%
B = 43.55%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D672FD (or 0xD672FD) is known color: Heliotrope. HEX triplet: D6, 72 and FD. RGB value is (214,114,253). Sum of RGB (Red+Green+Blue) = 214+114+253=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #D672FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672FD is #298D02. Grayscale: #9F9F9F. Windows color (decimal): -2723075 or 16610006. OLE color: 16610006.

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

Color convert

RGB 214 114 253 -
CMYK 0.15 0.55 0 0.01
HSL 283.17º 0.97% 0.72% -
HSV(B) 283.17º 0.55% 0.99% -
XYZ 51.48 33.42 96.67 -
YUV 159.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 214 114 253 0.15 0.55 0 0.01 283.17 0.97 0.72
Hex D6 72 FD F 37 0 1 11B 61 48
Octal 326 162 375 17 67 0 1 433 141 110
Binary 11010110 1110010 11111101 1111 110111 0 1 100011011 1100001 1001000

Color Harmonies of #D672FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672FD

Black with #D672FD

Text Example


Text Example

White with #D672FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672FD; }

 p { color: rgb(214,114,253); }

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

background-color css

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

 a { background-color: rgb(214,114,253); }

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

border-color css

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

 span { border-color: rgb(214,114,253); }

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