Html Css Color HEX #DF38B0 Persian Rose

📋 copy color: '#DF38B0'

red 223 ◦ green 56 ◦ blue 176

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

Shades of Persian Rose #DF38B0

Tints of Persian Rose #DF38B0

RGB

 RED value IS 223 (87.5% from 255) = 49.01%

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

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

R = 49.01%
G = 12.31%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF38B0 (or 0xDF38B0) is known color: Persian Rose. HEX triplet: DF, 38 and B0. RGB value is (223,56,176). Sum of RGB (Red+Green+Blue) = 223+56+176=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF38B0 is #20C74F. Grayscale: #777777. Windows color (decimal): -2148176 or 11548895. OLE color: 11548895.

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

Color convert

RGB 223 56 176 -
CMYK 0 0.75 0.21 0.13
HSL 316.89º 0.72% 0.55% -
HSV(B) 316.89º 0.75% 0.87% -
XYZ 39.68 21.65 43.16 -
YUV 119.61 159.83 201.74 -
System Red Green Blue C M Y K H S L
Decimal 223 56 176 0 0.75 0.21 0.13 316.89 0.72 0.55
Hex DF 38 B0 0 4B 15 D 13D 48 37
Octal 337 70 260 0 113 25 15 475 110 67
Binary 11011111 111000 10110000 0 1001011 10101 1101 100111101 1001000 110111

Color Harmonies of #DF38B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF38B0

Black with #DF38B0

Text Example


Text Example

White with #DF38B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF38B0; }

 p { color: rgb(223,56,176); }

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

background-color css

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

 a { background-color: rgb(223,56,176); }

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

border-color css

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

 span { border-color: rgb(223,56,176); }

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