Html Css Color HEX #DF37C1 Razzle Dazzle Rose

📋 copy color: '#DF37C1'

red 223 ◦ green 55 ◦ blue 193

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

Shades of Razzle Dazzle Rose #DF37C1

Tints of Razzle Dazzle Rose #DF37C1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.68%

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 47.35%
G = 11.68%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF37C1 (or 0xDF37C1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 37 and C1. RGB value is (223,55,193). Sum of RGB (Red+Green+Blue) = 223+55+193=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37C1 is #20C83E. Grayscale: #787878. Windows color (decimal): -2148415 or 12662751. OLE color: 12662751.

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

Color convert

RGB 223 55 193 -
CMYK 0 0.75 0.13 0.13
HSL 310.71º 0.72% 0.55% -
HSV(B) 310.71º 0.75% 0.87% -
XYZ 41.42 22.27 52.57 -
YUV 120.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 223 55 193 0 0.75 0.13 0.13 310.71 0.72 0.55
Hex DF 37 C1 0 4B D D 137 48 37
Octal 337 67 301 0 113 15 15 467 110 67
Binary 11011111 110111 11000001 0 1001011 1101 1101 100110111 1001000 110111

Color Harmonies of #DF37C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF37C1

Black with #DF37C1

Text Example


Text Example

White with #DF37C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF37C1; }

 p { color: rgb(223,55,193); }

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

background-color css

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

 a { background-color: rgb(223,55,193); }

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

border-color css

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

 span { border-color: rgb(223,55,193); }

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