Html Css Color HEX #DD58AF Brilliant Rose

📋 copy color: '#DD58AF'

red 221 ◦ green 88 ◦ blue 175

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

Shades of Brilliant Rose #DD58AF

Tints of Brilliant Rose #DD58AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.18%

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

R = 45.66%
G = 18.18%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD58AF (or 0xDD58AF) is known color: Brilliant Rose. HEX triplet: DD, 58 and AF. RGB value is (221,88,175). Sum of RGB (Red+Green+Blue) = 221+88+175=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58AF is #22A750. Grayscale: #898989. Windows color (decimal): -2271057 or 11491549. OLE color: 11491549.

HSL color Cylindrical-coordinate representation of color #DD58AF: hue angle of 320.75º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD58AF is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 175 -
CMYK 0 0.60 0.21 0.13
HSL 320.75º 0.66% 0.61% -
HSV(B) 320.75º 0.6% 0.87% -
XYZ 41.05 25.45 43.31 -
YUV 137.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 221 88 175 0 0.60 0.21 0.13 320.75 0.66 0.61
Hex DD 58 AF 0 3C 15 D 141 42 3D
Octal 335 130 257 0 74 25 15 501 102 75
Binary 11011101 1011000 10101111 0 111100 10101 1101 101000001 1000010 111101

Color Harmonies of #DD58AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58AF

Black with #DD58AF

Text Example


Text Example

White with #DD58AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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