Html Css Color HEX #DA63CC Free Speech Magenta

📋 copy color: '#DA63CC'

red 218 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #DA63CC

Tints of Free Speech Magenta #DA63CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 41.84%
G = 19%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA63CC (or 0xDA63CC) is known color: Free Speech Magenta. HEX triplet: DA, 63 and CC. RGB value is (218,99,204). Sum of RGB (Red+Green+Blue) = 218+99+204=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63CC is #259C33. Grayscale: #929292. Windows color (decimal): -2464820 or 13394906. OLE color: 13394906.

HSL color Cylindrical-coordinate representation of color #DA63CC: hue angle of 307.06º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA63CC is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 99 204 -
CMYK 0 0.55 0.06 0.15
HSL 307.06º 0.62% 0.62% -
HSV(B) 307.06º 0.55% 0.85% -
XYZ 44.27 28.19 60.23 -
YUV 146.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 218 99 204 0 0.55 0.06 0.15 307.06 0.62 0.62
Hex DA 63 CC 0 37 6 F 133 3E 3E
Octal 332 143 314 0 67 6 17 463 76 76
Binary 11011010 1100011 11001100 0 110111 110 1111 100110011 111110 111110

Color Harmonies of #DA63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA63CC

Black with #DA63CC

Text Example


Text Example

White with #DA63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA63CC; }

 p { color: rgb(218,99,204); }

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

background-color css

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

 a { background-color: rgb(218,99,204); }

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

border-color css

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

 span { border-color: rgb(218,99,204); }

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