Html Css Color HEX #DD4FAF Brilliant Rose

📋 copy color: '#DD4FAF'

red 221 ◦ green 79 ◦ blue 175

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

Shades of Brilliant Rose #DD4FAF

Tints of Brilliant Rose #DD4FAF

RGB

 RED value IS 221 (86.72% from 255) = 46.53%

 GREEN value IS 79 (31.25% from 255) = 16.63%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 46.53%
G = 16.63%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD4FAF (or 0xDD4FAF) is known color: Brilliant Rose. HEX triplet: DD, 4F and AF. RGB value is (221,79,175). Sum of RGB (Red+Green+Blue) = 221+79+175=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4FAF is #22B050. Grayscale: #848484. Windows color (decimal): -2273361 or 11489245. OLE color: 11489245.

HSL color Cylindrical-coordinate representation of color #DD4FAF: hue angle of 319.44º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4FAF is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 175 -
CMYK 0 0.64 0.21 0.13
HSL 319.44º 0.68% 0.59% -
HSV(B) 319.44º 0.64% 0.87% -
XYZ 40.35 24.06 43.07 -
YUV 132.4 152.04 191.19 -
System Red Green Blue C M Y K H S L
Decimal 221 79 175 0 0.64 0.21 0.13 319.44 0.68 0.59
Hex DD 4F AF 0 40 15 D 13F 44 3B
Octal 335 117 257 0 100 25 15 477 104 73
Binary 11011101 1001111 10101111 0 1000000 10101 1101 100111111 1000100 111011

Color Harmonies of #DD4FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FAF

Black with #DD4FAF

Text Example


Text Example

White with #DD4FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FAF; }

 p { color: rgb(221,79,175); }

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

background-color css

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

 a { background-color: rgb(221,79,175); }

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

border-color css

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

 span { border-color: rgb(221,79,175); }

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