Html Css Color HEX #DD3FB0 Persian Rose

📋 copy color: '#DD3FB0'

red 221 ◦ green 63 ◦ blue 176

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

Shades of Persian Rose #DD3FB0

Tints of Persian Rose #DD3FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.7%

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 48.04%
G = 13.7%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD3FB0 (or 0xDD3FB0) is known color: Persian Rose. HEX triplet: DD, 3F and B0. RGB value is (221,63,176). Sum of RGB (Red+Green+Blue) = 221+63+176=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FB0 is #22C04F. Grayscale: #7A7A7A. Windows color (decimal): -2277456 or 11550685. OLE color: 11550685.

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

Color convert

RGB 221 63 176 -
CMYK 0 0.71 0.20 0.13
HSL 317.09º 0.7% 0.56% -
HSV(B) 317.09º 0.71% 0.87% -
XYZ 39.43 22.06 43.25 -
YUV 123.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 221 63 176 0 0.71 0.20 0.13 317.09 0.7 0.56
Hex DD 3F B0 0 47 14 D 13D 46 38
Octal 335 77 260 0 107 24 15 475 106 70
Binary 11011101 111111 10110000 0 1000111 10100 1101 100111101 1000110 111000

Color Harmonies of #DD3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3FB0

Black with #DD3FB0

Text Example


Text Example

White with #DD3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3FB0; }

 p { color: rgb(221,63,176); }

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

background-color css

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

 a { background-color: rgb(221,63,176); }

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

border-color css

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

 span { border-color: rgb(221,63,176); }

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