Html Css Color HEX #D25BCC Free Speech Magenta

📋 copy color: '#D25BCC'

red 210 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Magenta #D25BCC

Tints of Free Speech Magenta #D25BCC

RGB

 RED value IS 210 (82.42% from 255) = 41.58%

 GREEN value IS 91 (35.94% from 255) = 18.02%

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

R = 41.58%
G = 18.02%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D25BCC (or 0xD25BCC) is known color: Free Speech Magenta. HEX triplet: D2, 5B and CC. RGB value is (210,91,204). Sum of RGB (Red+Green+Blue) = 210+91+204=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BCC is #2DA433. Grayscale: #8B8B8B. Windows color (decimal): -2991156 or 13392850. OLE color: 13392850.

HSL color Cylindrical-coordinate representation of color #D25BCC: hue angle of 303.03º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25BCC is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 91 204 -
CMYK 0 0.57 0.03 0.18
HSL 303.03º 0.57% 0.59% -
HSV(B) 303.03º 0.57% 0.82% -
XYZ 41.22 25.54 59.88 -
YUV 139.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 210 91 204 0 0.57 0.03 0.18 303.03 0.57 0.59
Hex D2 5B CC 0 39 3 12 12F 39 3B
Octal 322 133 314 0 71 3 22 457 71 73
Binary 11010010 1011011 11001100 0 111001 11 10010 100101111 111001 111011

Color Harmonies of #D25BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25BCC

Black with #D25BCC

Text Example


Text Example

White with #D25BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25BCC; }

 p { color: rgb(210,91,204); }

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

background-color css

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

 a { background-color: rgb(210,91,204); }

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

border-color css

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

 span { border-color: rgb(210,91,204); }

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