Html Css Color HEX #D134CB Fuchsia

📋 copy color: '#D134CB'

red 209 ◦ green 52 ◦ blue 203

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

Shades of Fuchsia #D134CB

Tints of Fuchsia #D134CB

RGB

 RED value IS 209 (82.03% from 255) = 45.04%

 GREEN value IS 52 (20.7% from 255) = 11.21%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 45.04%
G = 11.21%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D134CB (or 0xD134CB) is known color: Fuchsia. HEX triplet: D1, 34 and CB. RGB value is (209,52,203). Sum of RGB (Red+Green+Blue) = 209+52+203=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D134CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134CB is #2ECB34. Grayscale: #737373. Windows color (decimal): -3066677 or 13317329. OLE color: 13317329.

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

Color convert

RGB 209 52 203 -
CMYK 0 0.75 0.03 0.18
HSL 302.29º 0.63% 0.51% -
HSV(B) 302.29º 0.75% 0.82% -
XYZ 38.3 20.32 58.4 -
YUV 116.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 209 52 203 0 0.75 0.03 0.18 302.29 0.63 0.51
Hex D1 34 CB 0 4B 3 12 12E 3F 33
Octal 321 64 313 0 113 3 22 456 77 63
Binary 11010001 110100 11001011 0 1001011 11 10010 100101110 111111 110011

Color Harmonies of #D134CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134CB

Black with #D134CB

Text Example


Text Example

White with #D134CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134CB; }

 p { color: rgb(209,52,203); }

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

background-color css

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

 a { background-color: rgb(209,52,203); }

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

border-color css

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

 span { border-color: rgb(209,52,203); }

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