Html Css Color HEX #D648CD Free Speech Magenta

📋 copy color: '#D648CD'

red 214 ◦ green 72 ◦ blue 205

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

Shades of Free Speech Magenta #D648CD

Tints of Free Speech Magenta #D648CD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.66%

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 43.58%
G = 14.66%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D648CD (or 0xD648CD) is known color: Free Speech Magenta. HEX triplet: D6, 48 and CD. RGB value is (214,72,205). Sum of RGB (Red+Green+Blue) = 214+72+205=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D648CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648CD is #29B732. Grayscale: #818181. Windows color (decimal): -2733875 or 13453526. OLE color: 13453526.

HSL color Cylindrical-coordinate representation of color #D648CD: hue angle of 303.8º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D648CD is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 205 -
CMYK 0 0.66 0.04 0.16
HSL 303.8º 0.63% 0.56% -
HSV(B) 303.8º 0.66% 0.84% -
XYZ 41.07 23.34 60.1 -
YUV 129.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 214 72 205 0 0.66 0.04 0.16 303.8 0.63 0.56
Hex D6 48 CD 0 42 4 10 130 3F 38
Octal 326 110 315 0 102 4 20 460 77 70
Binary 11010110 1001000 11001101 0 1000010 100 10000 100110000 111111 111000

Color Harmonies of #D648CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648CD

Black with #D648CD

Text Example


Text Example

White with #D648CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648CD; }

 p { color: rgb(214,72,205); }

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

background-color css

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

 a { background-color: rgb(214,72,205); }

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

border-color css

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

 span { border-color: rgb(214,72,205); }

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