Html Css Color HEX #DC38C8 Razzle Dazzle Rose

📋 copy color: '#DC38C8'

red 220 ◦ green 56 ◦ blue 200

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

Shades of Razzle Dazzle Rose #DC38C8

Tints of Razzle Dazzle Rose #DC38C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.02%

R = 46.22%
G = 11.76%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC38C8 (or 0xDC38C8) is known color: Razzle Dazzle Rose. HEX triplet: DC, 38 and C8. RGB value is (220,56,200). Sum of RGB (Red+Green+Blue) = 220+56+200=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38C8 is #23C737. Grayscale: #797979. Windows color (decimal): -2344760 or 13121756. OLE color: 13121756.

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

Color convert

RGB 220 56 200 -
CMYK 0 0.75 0.09 0.14
HSL 307.32º 0.7% 0.54% -
HSV(B) 307.32º 0.75% 0.86% -
XYZ 41.35 22.21 56.75 -
YUV 121.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 220 56 200 0 0.75 0.09 0.14 307.32 0.7 0.54
Hex DC 38 C8 0 4B 9 E 133 46 36
Octal 334 70 310 0 113 11 16 463 106 66
Binary 11011100 111000 11001000 0 1001011 1001 1110 100110011 1000110 110110

Color Harmonies of #DC38C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC38C8

Black with #DC38C8

Text Example


Text Example

White with #DC38C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC38C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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