Html Css Color HEX #DD38B2 Persian Rose

📋 copy color: '#DD38B2'

red 221 ◦ green 56 ◦ blue 178

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

Shades of Persian Rose #DD38B2

Tints of Persian Rose #DD38B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 48.57%
G = 12.31%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD38B2 (or 0xDD38B2) is known color: Persian Rose. HEX triplet: DD, 38 and B2. RGB value is (221,56,178). Sum of RGB (Red+Green+Blue) = 221+56+178=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD38B2 is #22C74D. Grayscale: #767676. Windows color (decimal): -2279246 or 11679965. OLE color: 11679965.

HSL color Cylindrical-coordinate representation of color #DD38B2: hue angle of 315.64º 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 #DD38B2 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 178 -
CMYK 0 0.75 0.19 0.13
HSL 315.64º 0.71% 0.54% -
HSV(B) 315.64º 0.75% 0.87% -
XYZ 39.27 21.41 44.18 -
YUV 119.24 161.16 200.58 -
System Red Green Blue C M Y K H S L
Decimal 221 56 178 0 0.75 0.19 0.13 315.64 0.71 0.54
Hex DD 38 B2 0 4B 13 D 13C 47 36
Octal 335 70 262 0 113 23 15 474 107 66
Binary 11011101 111000 10110010 0 1001011 10011 1101 100111100 1000111 110110

Color Harmonies of #DD38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38B2

Black with #DD38B2

Text Example


Text Example

White with #DD38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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