#DA33B3

Color #DA33B3 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #DA33B3

Tints of Persian Rose #DA33B3

Color information

#DA33B3 (or 0xDA33B3) is unknown color: approx Persian Rose. HEX triplet: DA, 33 and B3. RGB value is (218,51,179). Sum of RGB (Red+Green+Blue) = 218+51+179=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA33B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA33B3 is #25CC4C. Grayscale: #737373. Windows color (decimal): -2477133 or 11744218. OLE color: 11744218.

HSL color Cylindrical-coordinate representation of color #DA33B3: hue angle of 314.01º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA33B3 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21851179-
CMYK00.770.180.15
HSL314.01º69.29%52.75%-
HSV(B)314.01º76.61%85.49%-
XYZ38.2320.5344.59-
YUV115.52163.83201.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 51 (20.31% from 255) = 11.38%
BLUE value IS 179 (70.31% from 255) = 39.96%
R=48.66%
G=11.38%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185117900.770.180.15314.0169.2952.75
HexDA33B304D12F13a4535
Octal332632630115221747210565
Binary1101101011001110110011010011011001011111001110101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA33B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA33B3; }

 p { color: rgb(218,51,179); }

 H1.HeaderClassName
 {
   color: #DA33B3;
 }
 .AnyTagClassName
 {
   color: #DA33B3;
 }
</style>
background-color css

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

 a { background-color: rgb(218,51,179); }

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

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

 span { border-color: rgb(218,51,179); }

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