Html Css Color HEX #DC38C7 Razzle Dazzle Rose

📋 copy color: '#DC38C7'

red 220 ◦ green 56 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DC38C7

Tints of Razzle Dazzle Rose #DC38C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 46.32%
G = 11.79%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC38C7 (or 0xDC38C7) is known color: Razzle Dazzle Rose. HEX triplet: DC, 38 and C7. RGB value is (220,56,199). Sum of RGB (Red+Green+Blue) = 220+56+199=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38C7 is #23C738. Grayscale: #787878. Windows color (decimal): -2344761 or 13056220. OLE color: 13056220.

HSL color Cylindrical-coordinate representation of color #DC38C7: hue angle of 307.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38C7 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 199 -
CMYK 0 0.75 0.10 0.14
HSL 307.68º 0.7% 0.54% -
HSV(B) 307.68º 0.75% 0.86% -
XYZ 41.24 22.17 56.14 -
YUV 121.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 220 56 199 0 0.75 0.10 0.14 307.68 0.7 0.54
Hex DC 38 C7 0 4B A E 134 46 36
Octal 334 70 307 0 113 12 16 464 106 66
Binary 11011100 111000 11000111 0 1001011 1010 1110 100110100 1000110 110110

Color Harmonies of #DC38C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38C7

Black with #DC38C7

Text Example


Text Example

White with #DC38C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38C7; }

 p { color: rgb(220,56,199); }

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

background-color css

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

 a { background-color: rgb(220,56,199); }

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

border-color css

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

 span { border-color: rgb(220,56,199); }

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