Html Css Color HEX #D372DA Orchid

📋 copy color: '#D372DA'

red 211 ◦ green 114 ◦ blue 218

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

Shades of Orchid #D372DA

Tints of Orchid #D372DA

RGB

 RED value IS 211 (82.81% from 255) = 38.86%

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 38.86%
G = 20.99%
B = 40.15%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D372DA (or 0xD372DA) is known color: Orchid. HEX triplet: D3, 72 and DA. RGB value is (211,114,218). Sum of RGB (Red+Green+Blue) = 211+114+218=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D372DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372DA is #2C8D25. Grayscale: #9A9A9A. Windows color (decimal): -2919718 or 14316243. OLE color: 14316243.

HSL color Cylindrical-coordinate representation of color #D372DA: hue angle of 295.96º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D372DA is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 114 218 -
CMYK 0.03 0.48 0 0.15
HSL 295.96º 0.58% 0.65% -
HSV(B) 295.96º 0.48% 0.85% -
XYZ 45.54 30.95 69.9 -
YUV 154.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 211 114 218 0.03 0.48 0 0.15 295.96 0.58 0.65
Hex D3 72 DA 3 30 0 F 128 3A 41
Octal 323 162 332 3 60 0 17 450 72 101
Binary 11010011 1110010 11011010 11 110000 0 1111 100101000 111010 1000001

Color Harmonies of #D372DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D372DA

Black with #D372DA

Text Example


Text Example

White with #D372DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D372DA; }

 p { color: rgb(211,114,218); }

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

background-color css

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

 a { background-color: rgb(211,114,218); }

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

border-color css

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

 span { border-color: rgb(211,114,218); }

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