Html Css Color HEX #D65CDD Free Speech Magenta

📋 copy color: '#D65CDD'

red 214 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #D65CDD

Tints of Free Speech Magenta #D65CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.46%

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 40.61%
G = 17.46%
B = 41.94%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D65CDD (or 0xD65CDD) is known color: Free Speech Magenta. HEX triplet: D6, 5C and DD. RGB value is (214,92,221). Sum of RGB (Red+Green+Blue) = 214+92+221=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #D65CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CDD is #29A322. Grayscale: #8E8E8E. Windows color (decimal): -2728739 or 14507222. OLE color: 14507222.

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

Color convert

RGB 214 92 221 -
CMYK 0.03 0.58 0 0.13
HSL 296.74º 0.65% 0.61% -
HSV(B) 296.74º 0.58% 0.87% -
XYZ 44.61 27.17 71.3 -
YUV 143.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 214 92 221 0.03 0.58 0 0.13 296.74 0.65 0.61
Hex D6 5C DD 3 3A 0 D 129 41 3D
Octal 326 134 335 3 72 0 15 451 101 75
Binary 11010110 1011100 11011101 11 111010 0 1101 100101001 1000001 111101

Color Harmonies of #D65CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CDD

Black with #D65CDD

Text Example


Text Example

White with #D65CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CDD; }

 p { color: rgb(214,92,221); }

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

background-color css

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

 a { background-color: rgb(214,92,221); }

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

border-color css

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

 span { border-color: rgb(214,92,221); }

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