Html Css Color HEX #DD38B1 Persian Rose

📋 copy color: '#DD38B1'

red 221 ◦ green 56 ◦ blue 177

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

Shades of Persian Rose #DD38B1

Tints of Persian Rose #DD38B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 48.68%
G = 12.33%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD38B1 (or 0xDD38B1) is known color: Persian Rose. HEX triplet: DD, 38 and B1. RGB value is (221,56,177). Sum of RGB (Red+Green+Blue) = 221+56+177=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38B1 is #22C74E. Grayscale: #767676. Windows color (decimal): -2279247 or 11614429. OLE color: 11614429.

HSL color Cylindrical-coordinate representation of color #DD38B1: hue angle of 316º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38B1 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 177 -
CMYK 0 0.75 0.20 0.13
HSL 316º 0.71% 0.54% -
HSV(B) 316º 0.75% 0.87% -
XYZ 39.17 21.37 43.66 -
YUV 119.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 221 56 177 0 0.75 0.20 0.13 316 0.71 0.54
Hex DD 38 B1 0 4B 14 D 13C 47 36
Octal 335 70 261 0 113 24 15 474 107 66
Binary 11011101 111000 10110001 0 1001011 10100 1101 100111100 1000111 110110

Color Harmonies of #DD38B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38B1

Black with #DD38B1

Text Example


Text Example

White with #DD38B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38B1; }

 p { color: rgb(221,56,177); }

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

background-color css

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

 a { background-color: rgb(221,56,177); }

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

border-color css

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

 span { border-color: rgb(221,56,177); }

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