Html Css Color HEX #DD5CAB Brilliant Rose

📋 copy color: '#DD5CAB'

red 221 ◦ green 92 ◦ blue 171

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

Shades of Brilliant Rose #DD5CAB

Tints of Brilliant Rose #DD5CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.33%

R = 45.66%
G = 19.01%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD5CAB (or 0xDD5CAB) is known color: Brilliant Rose. HEX triplet: DD, 5C and AB. RGB value is (221,92,171). Sum of RGB (Red+Green+Blue) = 221+92+171=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5CAB is #22A354. Grayscale: #8B8B8B. Windows color (decimal): -2270037 or 11230429. OLE color: 11230429.

HSL color Cylindrical-coordinate representation of color #DD5CAB: hue angle of 323.26º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5CAB is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 92 171 -
CMYK 0 0.58 0.23 0.13
HSL 323.26º 0.65% 0.61% -
HSV(B) 323.26º 0.58% 0.87% -
XYZ 41 25.97 41.38 -
YUV 139.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 221 92 171 0 0.58 0.23 0.13 323.26 0.65 0.61
Hex DD 5C AB 0 3A 17 D 143 41 3D
Octal 335 134 253 0 72 27 15 503 101 75
Binary 11011101 1011100 10101011 0 111010 10111 1101 101000011 1000001 111101

Color Harmonies of #DD5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CAB

Black with #DD5CAB

Text Example


Text Example

White with #DD5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CAB; }

 p { color: rgb(221,92,171); }

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

background-color css

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

 a { background-color: rgb(221,92,171); }

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

border-color css

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

 span { border-color: rgb(221,92,171); }

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