Html Css Color HEX #D244F4 Medium Orchid

📋 copy color: '#D244F4'

red 210 ◦ green 68 ◦ blue 244

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

Shades of Medium Orchid #D244F4

Tints of Medium Orchid #D244F4

RGB

 RED value IS 210 (82.42% from 255) = 40.23%

 GREEN value IS 68 (26.95% from 255) = 13.03%

 BLUE value IS 244 (95.7% from 255) = 46.74%

R = 40.23%
G = 13.03%
B = 46.74%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D244F4 (or 0xD244F4) is known color: Medium Orchid. HEX triplet: D2, 44 and F4. RGB value is (210,68,244). Sum of RGB (Red+Green+Blue) = 210+68+244=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #D244F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D244F4 is #2DBB0B. Grayscale: #818181. Windows color (decimal): -2997004 or 16008402. OLE color: 16008402.

HSL color Cylindrical-coordinate representation of color #D244F4: hue angle of 288.41º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D244F4 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 68 244 -
CMYK 0.14 0.72 0 0.04
HSL 288.41º 0.89% 0.61% -
HSV(B) 288.41º 0.72% 0.96% -
XYZ 44.97 24.37 87.92 -
YUV 130.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 210 68 244 0.14 0.72 0 0.04 288.41 0.89 0.61
Hex D2 44 F4 E 48 0 4 120 59 3D
Octal 322 104 364 16 110 0 4 440 131 75
Binary 11010010 1000100 11110100 1110 1001000 0 100 100100000 1011001 111101

Color Harmonies of #D244F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D244F4

Black with #D244F4

Text Example


Text Example

White with #D244F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D244F4; }

 p { color: rgb(210,68,244); }

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

background-color css

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

 a { background-color: rgb(210,68,244); }

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

border-color css

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

 span { border-color: rgb(210,68,244); }

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