Html Css Color HEX #DF38B3 Razzle Dazzle Rose

📋 copy color: '#DF38B3'

red 223 ◦ green 56 ◦ blue 179

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

Shades of Razzle Dazzle Rose #DF38B3

Tints of Razzle Dazzle Rose #DF38B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 48.69%
G = 12.23%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF38B3 (or 0xDF38B3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 38 and B3. RGB value is (223,56,179). Sum of RGB (Red+Green+Blue) = 223+56+179=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38B3 is #20C74C. Grayscale: #777777. Windows color (decimal): -2148173 or 11745503. OLE color: 11745503.

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

Color convert

RGB 223 56 179 -
CMYK 0 0.75 0.20 0.13
HSL 315.81º 0.72% 0.55% -
HSV(B) 315.81º 0.75% 0.87% -
XYZ 39.98 21.77 44.74 -
YUV 119.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 223 56 179 0 0.75 0.20 0.13 315.81 0.72 0.55
Hex DF 38 B3 0 4B 14 D 13C 48 37
Octal 337 70 263 0 113 24 15 474 110 67
Binary 11011111 111000 10110011 0 1001011 10100 1101 100111100 1001000 110111

Color Harmonies of #DF38B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF38B3

Black with #DF38B3

Text Example


Text Example

White with #DF38B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF38B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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