Html Css Color HEX #FD38D3 Razzle Dazzle Rose

📋 copy color: '#FD38D3'

red 253 ◦ green 56 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FD38D3

Tints of Razzle Dazzle Rose #FD38D3

RGB

 RED value IS 253 (99.22% from 255) = 48.65%

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

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 48.65%
G = 10.77%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD38D3 (or 0xFD38D3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 38 and D3. RGB value is (253,56,211). Sum of RGB (Red+Green+Blue) = 253+56+211=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 56 (22.27% from 255 or 10.77% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD38D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD38D3 is #02C72C. Grayscale: #848484. Windows color (decimal): -182061 or 13842685. OLE color: 13842685.

HSL color Cylindrical-coordinate representation of color #FD38D3: hue angle of 312.79º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD38D3 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 56 211 -
CMYK 0 0.78 0.17 0.01
HSL 312.79º 0.98% 0.61% -
HSV(B) 312.79º 0.78% 0.99% -
XYZ 53.68 28.41 64.28 -
YUV 132.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 253 56 211 0 0.78 0.17 0.01 312.79 0.98 0.61
Hex FD 38 D3 0 4E 11 1 139 62 3D
Octal 375 70 323 0 116 21 1 471 142 75
Binary 11111101 111000 11010011 0 1001110 10001 1 100111001 1100010 111101

Color Harmonies of #FD38D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD38D3

Black with #FD38D3

Text Example


Text Example

White with #FD38D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD38D3; }

 p { color: rgb(253,56,211); }

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

background-color css

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

 a { background-color: rgb(253,56,211); }

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

border-color css

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

 span { border-color: rgb(253,56,211); }

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