Html Css Color HEX #D05CCB Fuchsia

📋 copy color: '#D05CCB'

red 208 ◦ green 92 ◦ blue 203

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

Shades of Fuchsia #D05CCB

Tints of Fuchsia #D05CCB

RGB

 RED value IS 208 (81.64% from 255) = 41.35%

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

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

R = 41.35%
G = 18.29%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D05CCB (or 0xD05CCB) is known color: Fuchsia. HEX triplet: D0, 5C and CB. RGB value is (208,92,203). Sum of RGB (Red+Green+Blue) = 208+92+203=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D05CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CCB is #2FA334. Grayscale: #8B8B8B. Windows color (decimal): -3121973 or 13327568. OLE color: 13327568.

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

Color convert

RGB 208 92 203 -
CMYK 0 0.56 0.02 0.18
HSL 302.59º 0.55% 0.59% -
HSV(B) 302.59º 0.56% 0.82% -
XYZ 40.62 25.38 59.26 -
YUV 139.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 208 92 203 0 0.56 0.02 0.18 302.59 0.55 0.59
Hex D0 5C CB 0 38 2 12 12F 37 3B
Octal 320 134 313 0 70 2 22 457 67 73
Binary 11010000 1011100 11001011 0 111000 10 10010 100101111 110111 111011

Color Harmonies of #D05CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05CCB

Black with #D05CCB

Text Example


Text Example

White with #D05CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05CCB; }

 p { color: rgb(208,92,203); }

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

background-color css

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

 a { background-color: rgb(208,92,203); }

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

border-color css

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

 span { border-color: rgb(208,92,203); }

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