Html Css Color HEX #DD38C1 Razzle Dazzle Rose

📋 copy color: '#DD38C1'

red 221 ◦ green 56 ◦ blue 193

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

Shades of Razzle Dazzle Rose #DD38C1

Tints of Razzle Dazzle Rose #DD38C1

RGB

 RED value IS 221 (86.72% from 255) = 47.02%

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

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

R = 47.02%
G = 11.91%
B = 41.06%

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

#DD38C1 (or 0xDD38C1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 38 and C1. RGB value is (221,56,193). Sum of RGB (Red+Green+Blue) = 221+56+193=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38C1 is #22C73E. Grayscale: #787878. Windows color (decimal): -2279231 or 12663005. OLE color: 12663005.

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

Color convert

RGB 221 56 193 -
CMYK 0 0.75 0.13 0.13
HSL 310.18º 0.71% 0.54% -
HSV(B) 310.18º 0.75% 0.87% -
XYZ 40.86 22.05 52.55 -
YUV 120.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 221 56 193 0 0.75 0.13 0.13 310.18 0.71 0.54
Hex DD 38 C1 0 4B D D 136 47 36
Octal 335 70 301 0 113 15 15 466 107 66
Binary 11011101 111000 11000001 0 1001011 1101 1101 100110110 1000111 110110

Color Harmonies of #DD38C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38C1

Black with #DD38C1

Text Example


Text Example

White with #DD38C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38C1; }

 p { color: rgb(221,56,193); }

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

background-color css

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

 a { background-color: rgb(221,56,193); }

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

border-color css

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

 span { border-color: rgb(221,56,193); }

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