Html Css Color HEX #DC33B0 Persian Rose

📋 copy color: '#DC33B0'

red 220 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #DC33B0

Tints of Persian Rose #DC33B0

RGB

 RED value IS 220 (86.33% from 255) = 49.22%

 GREEN value IS 51 (20.31% from 255) = 11.41%

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

R = 49.22%
G = 11.41%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC33B0 (or 0xDC33B0) is known color: Persian Rose. HEX triplet: DC, 33 and B0. RGB value is (220,51,176). Sum of RGB (Red+Green+Blue) = 220+51+176=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33B0 is #23CC4F. Grayscale: #737373. Windows color (decimal): -2346064 or 11547612. OLE color: 11547612.

HSL color Cylindrical-coordinate representation of color #DC33B0: hue angle of 315.62º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC33B0 is Cyan = 0, Magento = 0.77, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 176 -
CMYK 0 0.77 0.2 0.14
HSL 315.62º 0.71% 0.53% -
HSV(B) 315.62º 0.77% 0.86% -
XYZ 38.54 20.72 43.04 -
YUV 115.78 161.99 202.34 -
System Red Green Blue C M Y K H S L
Decimal 220 51 176 0 0.77 0.2 0.14 315.62 0.71 0.53
Hex DC 33 B0 0 4D 14 E 13C 47 35
Octal 334 63 260 0 115 24 16 474 107 65
Binary 11011100 110011 10110000 0 1001101 10100 1110 100111100 1000111 110101

Color Harmonies of #DC33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33B0

Black with #DC33B0

Text Example


Text Example

White with #DC33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33B0; }

 p { color: rgb(220,51,176); }

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

background-color css

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

 a { background-color: rgb(220,51,176); }

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

border-color css

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

 span { border-color: rgb(220,51,176); }

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