Html Css Color HEX #D6338F Deep Cerise

📋 copy color: '#D6338F'

red 214 ◦ green 51 ◦ blue 143

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

Shades of Deep Cerise #D6338F

Tints of Deep Cerise #D6338F

RGB

 RED value IS 214 (83.98% from 255) = 52.45%

 GREEN value IS 51 (20.31% from 255) = 12.5%

 BLUE value IS 143 (56.25% from 255) = 35.05%

R = 52.45%
G = 12.5%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6338F (or 0xD6338F) is known color: Deep Cerise. HEX triplet: D6, 33 and 8F. RGB value is (214,51,143). Sum of RGB (Red+Green+Blue) = 214+51+143=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6338F is #29CC70. Grayscale: #6E6E6E. Windows color (decimal): -2739313 or 9384918. OLE color: 9384918.

HSL color Cylindrical-coordinate representation of color #D6338F: hue angle of 326.13º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6338F is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 143 -
CMYK 0 0.76 0.33 0.16
HSL 326.14º 0.67% 0.52% -
HSV(B) 326.14º 0.76% 0.84% -
XYZ 33.87 18.65 27.8 -
YUV 110.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 214 51 143 0 0.76 0.33 0.16 326.14 0.67 0.52
Hex D6 33 8F 0 4C 21 10 146 43 34
Octal 326 63 217 0 114 41 20 506 103 64
Binary 11010110 110011 10001111 0 1001100 100001 10000 101000110 1000011 110100

Color Harmonies of #D6338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6338F

Black with #D6338F

Text Example


Text Example

White with #D6338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6338F; }

 p { color: rgb(214,51,143); }

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

background-color css

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

 a { background-color: rgb(214,51,143); }

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

border-color css

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

 span { border-color: rgb(214,51,143); }

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