Html Css Color HEX #D672F1 Heliotrope

📋 copy color: '#D672F1'

red 214 ◦ green 114 ◦ blue 241

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

Shades of Heliotrope #D672F1

Tints of Heliotrope #D672F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.36%

R = 37.61%
G = 20.04%
B = 42.36%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D672F1 (or 0xD672F1) is known color: Heliotrope. HEX triplet: D6, 72 and F1. RGB value is (214,114,241). Sum of RGB (Red+Green+Blue) = 214+114+241=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #D672F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672F1 is #298D0E. Grayscale: #9D9D9D. Windows color (decimal): -2723087 or 15823574. OLE color: 15823574.

HSL color Cylindrical-coordinate representation of color #D672F1: hue angle of 287.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D672F1 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 114 241 -
CMYK 0.11 0.53 0 0.05
HSL 287.24º 0.82% 0.7% -
HSV(B) 287.24º 0.53% 0.95% -
XYZ 49.63 32.68 86.91 -
YUV 158.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 214 114 241 0.11 0.53 0 0.05 287.24 0.82 0.7
Hex D6 72 F1 B 35 0 5 11F 52 46
Octal 326 162 361 13 65 0 5 437 122 106
Binary 11010110 1110010 11110001 1011 110101 0 101 100011111 1010010 1000110

Color Harmonies of #D672F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672F1

Black with #D672F1

Text Example


Text Example

White with #D672F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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