Html Css Color HEX #D438CB Fuchsia

📋 copy color: '#D438CB'

red 212 ◦ green 56 ◦ blue 203

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

Shades of Fuchsia #D438CB

Tints of Fuchsia #D438CB

RGB

 RED value IS 212 (83.2% from 255) = 45.01%

 GREEN value IS 56 (22.27% from 255) = 11.89%

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

R = 45.01%
G = 11.89%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D438CB (or 0xD438CB) is known color: Fuchsia. HEX triplet: D4, 38 and CB. RGB value is (212,56,203). Sum of RGB (Red+Green+Blue) = 212+56+203=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D438CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438CB is #2BC734. Grayscale: #767676. Windows color (decimal): -2869045 or 13318356. OLE color: 13318356.

HSL color Cylindrical-coordinate representation of color #D438CB: hue angle of 303.46º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D438CB is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 56 203 -
CMYK 0 0.74 0.04 0.17
HSL 303.46º 0.64% 0.53% -
HSV(B) 303.46º 0.74% 0.83% -
XYZ 39.35 21.14 58.51 -
YUV 119.4 175.18 194.05 -
System Red Green Blue C M Y K H S L
Decimal 212 56 203 0 0.74 0.04 0.17 303.46 0.64 0.53
Hex D4 38 CB 0 4A 4 11 12F 40 35
Octal 324 70 313 0 112 4 21 457 100 65
Binary 11010100 111000 11001011 0 1001010 100 10001 100101111 1000000 110101

Color Harmonies of #D438CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D438CB

Black with #D438CB

Text Example


Text Example

White with #D438CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D438CB; }

 p { color: rgb(212,56,203); }

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

background-color css

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

 a { background-color: rgb(212,56,203); }

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

border-color css

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

 span { border-color: rgb(212,56,203); }

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