Html Css Color HEX #DA72D4 Orchid

📋 copy color: '#DA72D4'

red 218 ◦ green 114 ◦ blue 212

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

Shades of Orchid #DA72D4

Tints of Orchid #DA72D4

RGB

 RED value IS 218 (85.55% from 255) = 40.07%

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 40.07%
G = 20.96%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA72D4 (or 0xDA72D4) is known color: Orchid. HEX triplet: DA, 72 and D4. RGB value is (218,114,212). Sum of RGB (Red+Green+Blue) = 218+114+212=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72D4 is #258D2B. Grayscale: #9B9B9B. Windows color (decimal): -2460972 or 13923034. OLE color: 13923034.

HSL color Cylindrical-coordinate representation of color #DA72D4: hue angle of 303.46º 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 #DA72D4 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 212 -
CMYK 0 0.48 0.03 0.15
HSL 303.46º 0.58% 0.65% -
HSV(B) 303.46º 0.48% 0.85% -
XYZ 46.81 31.69 65.94 -
YUV 156.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 218 114 212 0 0.48 0.03 0.15 303.46 0.58 0.65
Hex DA 72 D4 0 30 3 F 12F 3A 41
Octal 332 162 324 0 60 3 17 457 72 101
Binary 11011010 1110010 11010100 0 110000 11 1111 100101111 111010 1000001

Color Harmonies of #DA72D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72D4

Black with #DA72D4

Text Example


Text Example

White with #DA72D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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